add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use these OSFla...
authorKorey Sewell <ksewell@umich.edu>
Wed, 12 Apr 2006 07:44:45 +0000 (03:44 -0400)
committerKorey Sewell <ksewell@umich.edu>
Wed, 12 Apr 2006 07:44:45 +0000 (03:44 -0400)
commit4fe89f7232202040b8b8fcea2461e5ae6be2d739
tree71d4f25c95264ac9e9d47bb624cb4d8ddadbe078
parentda7990ab337699ae788809ddaea5ba5c363e0015
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
arch/alpha/tru64/process.cc
arch/mips/isa/decoder.isa
arch/mips/isa/formats/util.isa
arch/mips/isa_traits.hh
kern/linux/linux.hh
kern/tru64/tru64.hh
sim/syscall_emul.hh