Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc to...
authorGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 11:05:10 +0000 (06:05 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 11:05:10 +0000 (06:05 -0500)
commitf1ef4a8f06184df55e26268381cb4f8f56b77a50
tree6b50c04126ab9e10de9b1def5d9d27cf021efe5d
parentc5dcd152f264a837f50d39f98d0f4f81478e3553
Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc to a more accurate tlb.hh and cc

--HG--
rename : arch/alpha/alpha_linux_process.cc => arch/alpha/linux_process.cc
rename : arch/alpha/alpha_linux_process.hh => arch/alpha/linux_process.hh
rename : arch/alpha/alpha_memory.cc => arch/alpha/tlb.cc
rename : arch/alpha/alpha_memory.hh => arch/alpha/tlb.hh
rename : arch/alpha/alpha_tru64_process.cc => arch/alpha/tru64_process.cc
rename : arch/alpha/alpha_tru64_process.hh => arch/alpha/tru64_process.hh
extra : convert_revision : 9fe6863cc37347d2a6bd716c529b0a4a50b36ea7
19 files changed:
arch/SConscript
arch/alpha/SConscript
arch/alpha/alpha_linux_process.cc [deleted file]
arch/alpha/alpha_linux_process.hh [deleted file]
arch/alpha/alpha_memory.cc [deleted file]
arch/alpha/alpha_memory.hh [deleted file]
arch/alpha/alpha_tru64_process.cc [deleted file]
arch/alpha/alpha_tru64_process.hh [deleted file]
arch/alpha/ev5.cc
arch/alpha/linux_process.cc [new file with mode: 0644]
arch/alpha/linux_process.hh [new file with mode: 0644]
arch/alpha/tlb.cc [new file with mode: 0644]
arch/alpha/tlb.hh [new file with mode: 0644]
arch/alpha/tru64_process.cc [new file with mode: 0644]
arch/alpha/tru64_process.hh [new file with mode: 0644]
cpu/exec_context.hh
cpu/o3/alpha_cpu_builder.cc
cpu/simple/cpu.cc
sim/process.cc