move stuff around so PageShift is defined before it is needed
authorAli Saidi <saidi@eecs.umich.edu>
Wed, 29 Mar 2006 22:37:25 +0000 (17:37 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Wed, 29 Mar 2006 22:37:25 +0000 (17:37 -0500)
commit62f5d7dd3ffbbb33e8371af589eaa69280bd017a
treeaa9a576e7b83598ff5e27a88147b037ad25c8c1c
parentc27c122afc6b778e67a9c77915fac71730a5a4ef
move stuff around so PageShift is defined before it is needed
don't ever include a file while in a namespace
start of making alpha console new memsystem happy
Make a BasePioDevice which is what all the simple Pio devices will inherit from
add a description of when the data pointer will have memory

arch/alpha/isa_traits.hh:
    don't ever include a file while in a namespace
dev/alpha_console.cc:
dev/alpha_console.hh:
    start of making alpha console new memsystem happy
dev/io_device.cc:
dev/io_device.hh:
    Make a BasePioDevice which is what all the simple Pio devices will inherit from
mem/packet.hh:
    add a description of when the data pointer will have memory

--HG--
extra : convert_revision : 495c0915541f9cad3eb42891e60b4ecbee7952bf
arch/alpha/isa_traits.hh
dev/alpha_console.cc
dev/alpha_console.hh
dev/io_device.cc
dev/io_device.hh
mem/packet.hh