Move RLIMIT constants to OS/ISA specific files instead of generic OS container classes
authorKorey Sewell <ksewell@umich.edu>
Thu, 13 Apr 2006 20:47:32 +0000 (16:47 -0400)
committerKorey Sewell <ksewell@umich.edu>
Thu, 13 Apr 2006 20:47:32 +0000 (16:47 -0400)
commit87fe91028b0d05f5776f9cb240a434a7c88cf2b7
treeb084393cf12a2b859158104b8340ceaa01842674
parent6cc0cd56d0d588275059126481b5115a440ba11b
Move RLIMIT constants to OS/ISA specific files instead of generic OS container classes
Update MIPS/Linux constants

arch/alpha/linux/linux.hh:
    move RLIMIT constants to ALPHA/Linux class
arch/alpha/tru64/tru64.hh:
    move RLIMIT constants to ALPHA/Tru64 class
arch/mips/mips_linux.hh:
    update MIPS constants for MIPS/Linux
kern/linux/linux.hh:
    remove RLIMIT constants from generic Linux class... these are now in ISA specific / OS specific classes
kern/tru64/tru64.hh:
    remove RLIMIT constants from generic Tru64 class... these are now in ISA specific / OS specific classes

--HG--
extra : convert_revision : 2e2743d73ab18fcd558a5765cb4ef0e9671bd1d7
arch/alpha/linux/linux.hh
arch/alpha/tru64/tru64.hh
arch/mips/mips_linux.hh
kern/linux/linux.hh
kern/tru64/tru64.hh