Flattening and syscallReturn fixes
authorGabe Black <gblack@eecs.umich.edu>
Wed, 6 Dec 2006 11:00:04 +0000 (06:00 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 6 Dec 2006 11:00:04 +0000 (06:00 -0500)
commit75b93179ab96de17c1ea62c3928d5fca9d5eb1be
tree0042ef6367ca260e2c800e3e36ac4fcc85918e1f
parent1886795368e0f07875f8f7ff70f09a8e200e6a85
Flattening and syscallReturn fixes

src/cpu/o3/thread_context_impl.hh:
    Use flattened indices
src/cpu/simple_thread.hh:
    Use flattened indices, and pass a thread context to setSyscallReturn rather than a register file.
src/cpu/thread_context.hh:
    The SyscallReturn class is no longer in arch/syscallreturn.hh

--HG--
extra : convert_revision : ed84bb8ac5ef0774526ecd0d7270b0c60cd3708e
src/cpu/o3/thread_context_impl.hh
src/cpu/simple_thread.hh
src/cpu/thread_context.hh