add write/read functions that have endian conversions in them
authorAli Saidi <saidi@eecs.umich.edu>
Thu, 8 Jun 2006 23:03:58 +0000 (19:03 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Thu, 8 Jun 2006 23:03:58 +0000 (19:03 -0400)
commit8ee856f1d53f9b181a06183c8c86855898b82ba7
tree9566627ea771ec643b6736c8e83d6422a6e88092
parent54d4220b004a385d04def37fa55c820366da0d4a
add write/read functions that have endian conversions in them
when we get a virtual port delete it (even though delete does nothing in these cases)

src/arch/alpha/linux/system.cc:
src/arch/alpha/stacktrace.cc:
src/base/remote_gdb.cc:
src/cpu/simple_thread.cc:
    when we get a virtual port delete it (even though delete does nothing in this case)
src/mem/port.hh:
src/mem/vport.hh:
    add write/read functions that have endian conversions in them

--HG--
extra : convert_revision : 163e05cc038c461f95c92f8ce55422033f9ea513
src/arch/alpha/linux/system.cc
src/arch/alpha/stacktrace.cc
src/base/remote_gdb.cc
src/cpu/simple_thread.cc
src/mem/port.hh
src/mem/port_impl.hh [new file with mode: 0644]
src/mem/vport.hh