gem5/kern/tru64
Korey Sewell 4fe89f7232 add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use these OSFlags to access architecture-specific AND OS-specific
flags for their functions (e.g. OS::OSFlags::TG_MAP_ANONYMOUS)...

arch/alpha/tru64/process.cc:
sim/syscall_emul.hh:
    Add OSFlags to code
arch/mips/isa/decoder.isa:
    slight decoder changes (more stylistic then anything)
arch/mips/isa/formats/util.isa:
    spacing
arch/mips/isa_traits.hh:
    add OSFlags struct to MipsISA namespace. The OS classes then use these OSFlags to access architecture-specific and OS-specific
    flags for their functions
kern/linux/linux.hh:
    remove constant placement ... define OSFlags in linux.hh
kern/tru64/tru64.hh:
    define OSFlags in tru64

--HG--
extra : convert_revision : 59be1036eb439ca4ea1eea1d3b52e508023de6c9
2006-04-12 03:44:45 -04:00
..
dump_mbuf.cc Updates for the quiesceEvent that was added to the XC. 2006-03-07 19:59:12 -05:00
dump_mbuf.hh fixes for new memory system 2006-04-06 00:51:46 -04:00
mbuf.hh Made Addr a global type 2006-02-21 03:38:21 -05:00
printf.cc fixes for new memory system 2006-04-06 00:51:46 -04:00
printf.hh fixes for new memory system 2006-04-06 00:51:46 -04:00
tru64.hh add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use these OSFlags to access architecture-specific AND OS-specific 2006-04-12 03:44:45 -04:00
tru64_events.cc fixes for new memory system 2006-04-06 00:51:46 -04:00
tru64_events.hh Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
tru64_syscalls.cc Many files: 2005-06-05 05:16:00 -04:00
tru64_syscalls.hh Many files: 2005-06-05 05:16:00 -04:00