gem5/dev
Gabe Black 2c5e03550a Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, fixed an include to have the new location, and removed an ambiguating function declaration in byteswap.hh.
SConscript:
    Moved isa_fullsys_traits.hh out of targetarch, since the only place it's included, and the only place the comments in the file say it should be included, is in the alpha isa_traits.hh
    targetarch/isa_traits.hh is now included through arch/isa_traits.hh
    vptr.hh was removed from targetarch, and moved to sim
arch/alpha/pseudo_inst.cc:
    Moved vptr.hh from targetarch to sim
base/loader/object_file.hh:
base/loader/symtab.hh:
cpu/base.hh:
dev/ide_disk.cc:
    Changed the include of isa_traits.hh from targetarch to arch
cpu/static_inst.hh:
dev/platform.hh:
dev/simple_disk.hh:
kern/tru64/dump_mbuf.cc:
kern/tru64/mbuf.hh:
kern/tru64/tru64_events.cc:
kern/tru64/tru64_system.cc:
kern/tru64/tru64_system.hh:
sim/process.hh:
sim/syscall_emul.hh:
    Changed the include of isa_traits.hh from targetarch to arch.
kern/linux/linux_threadinfo.hh:
    Changed the include of vptr.hh from targetarch to sim.
sim/byteswap.hh:
    Removed the line declaring swap_byte(long), since it ambiguates with swap_byte(int32_t)
sim/vptr.hh:
    Fixed the assert in the equals operator.
    Changed the AlphaISA namespace reference to TheISA.
    Changed arch/alpha/vtophys.hh to targetarch/vtophys.hh, since this file is now for all architectures.
    Added an include of arch/isa_traits.hh so that TheISA would be defined.

--HG--
extra : convert_revision : e3c6ac17ed0277cfeba1d35cd63eba66eba5996f
2006-02-12 12:40:58 -05:00
..
alpha_access.h Don't hard code the location of m5AlphaAccess. Instead, move the 2005-06-28 12:42:15 -04:00
alpha_console.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
alpha_console.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
baddev.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
baddev.hh Many files: 2005-06-05 05:16:00 -04:00
disk_image.cc byte_swap.hh was removed from arch/alpha/, and replaced by sim/byteswap.hh. The new file uses LittleEndianGuest and BigEndianGuest namespaces to allow selecting the appropriate functions. 2006-02-03 00:16:44 -05:00
disk_image.hh Many files: 2005-06-05 05:16:00 -04:00
etherbus.cc Many files: 2005-06-05 05:16:00 -04:00
etherbus.hh Many files: 2005-06-05 05:16:00 -04:00
etherdump.cc Fix the EtherDump parameters 2005-09-17 10:47:16 -04:00
etherdump.hh Many files: 2005-06-05 05:16:00 -04:00
etherint.cc Many files: 2005-06-05 05:16:00 -04:00
etherint.hh Many files: 2005-06-05 05:16:00 -04:00
etherlink.cc Update random come to always have explict min/max 2005-11-11 18:41:45 -05:00
etherlink.hh Add ability to slightly perturb latency of ethernet/memory 2005-11-02 14:47:37 -05:00
etherpkt.cc Add the capability to iterate through the packets in a pktfifo, 2005-11-25 11:22:41 -05:00
etherpkt.hh Add the capability to iterate through the packets in a pktfifo, 2005-11-25 11:22:41 -05:00
ethertap.cc Lots of fixes to serialization and naming of various device 2005-08-23 11:45:52 -04:00
ethertap.hh fixes for gcc 4.0 2005-09-12 03:01:43 -04:00
ide_atareg.h Fixes for cygwin compile. 2005-06-30 00:42:27 -04:00
ide_ctrl.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
ide_ctrl.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
ide_disk.cc Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, fixed an include to have the new location, and removed an ambiguating function declaration in byteswap.hh. 2006-02-12 12:40:58 -05:00
ide_disk.hh Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
ide_wdcreg.h Fix doxgyen comments 2005-06-04 23:56:53 -04:00
io_device.cc Many files: 2005-06-05 05:16:00 -04:00
io_device.hh Many files: 2005-06-05 05:16:00 -04:00
isa_fake.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
isa_fake.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
ns_gige.cc Virtualize sinic 2005-11-25 13:33:36 -05:00
ns_gige.hh Virtualize sinic 2005-11-25 13:33:36 -05:00
ns_gige_reg.h Virtualize sinic 2005-11-25 13:33:36 -05:00
pciconfigall.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
pciconfigall.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
pcidev.cc Add a bunch of functions to manage the BAR addresses. This 2005-11-21 00:38:53 -05:00
pcidev.hh Add a bunch of functions to manage the BAR addresses. This 2005-11-21 00:38:53 -05:00
pcireg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pitreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
pktfifo.cc Many files: 2005-06-05 05:16:00 -04:00
pktfifo.hh Virtualized SINIC fixes 2005-11-28 18:40:58 -05:00
platform.cc Many files: 2005-06-05 05:16:00 -04:00
platform.hh Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, fixed an include to have the new location, and removed an ambiguating function declaration in byteswap.hh. 2006-02-12 12:40:58 -05:00
rtcreg.h Changes for getting FreeBSD to run. 2005-08-15 16:59:58 -04:00
simconsole.cc Many files: 2005-06-05 05:16:00 -04:00
simconsole.hh Many files: 2005-06-05 05:16:00 -04:00
simple_disk.cc Many files: 2005-06-05 05:16:00 -04:00
simple_disk.hh Removed isa_traits.hh from targetarch, moved vptr.hh from arch/alpha to sim, fixed an include to have the new location, and removed an ambiguating function declaration in byteswap.hh. 2006-02-12 12:40:58 -05:00
sinic.cc Virtualized SINIC fixes 2005-11-28 18:40:58 -05:00
sinic.hh Virtualize sinic 2005-11-25 13:33:36 -05:00
sinicreg.hh Virtualize sinic 2005-11-25 13:33:36 -05:00
tsunami.cc Fix minor doxygen issues. 2005-06-05 08:08:29 -04:00
tsunami.hh Fix minor doxygen issues. 2005-06-05 08:08:29 -04:00
tsunami_cchip.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_cchip.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_io.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_io.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_pchip.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunami_pchip.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
tsunamireg.h Merge zed.eecs.umich.edu:/.automount/fox/y/mserrano/m5_dir/m5 2005-08-15 17:17:17 -04:00
uart.cc Many files: 2005-06-05 05:16:00 -04:00
uart.hh Many files: 2005-06-05 05:16:00 -04:00
uart8250.cc io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
uart8250.hh io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00