get rid of pmap.h and make things variables and inline
authorNathan Binkert <binkertn@umich.edu>
Sat, 23 Oct 2004 14:41:35 +0000 (10:41 -0400)
committerNathan Binkert <binkertn@umich.edu>
Sat, 23 Oct 2004 14:41:35 +0000 (10:41 -0400)
commit224acc2abccec14ab3846f1b3308e642ed094456
treed1637118879813f20f9ed202c8d93bec13914b24
parent3ab83348d2baa56b41f4bd35c65bb0bcaa4fb035
get rid of pmap.h and make things variables and inline
functions instead of preprocessor macros.

arch/alpha/vtophys.cc:
    use new constants, functions and structs to clean up the
    vtophys code.
arch/alpha/vtophys.hh:
    Clean up a little bit and make the protypes match new changes.
base/remote_gdb.cc:
dev/ide_disk.cc:
kern/tru64/tru64_events.cc:
    use new constants from isa_traits.hh instead of ones from
    old pmap.h

--HG--
extra : convert_revision : 5dce34e3b0c84ba72cefca34e5999b99898edcef
arch/alpha/vtophys.cc
arch/alpha/vtophys.hh
base/remote_gdb.cc
dev/ide_disk.cc
kern/tru64/tru64_events.cc