SE/FS: Record the system pointer all the time for the simple CPU.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 10 Feb 2012 10:05:31 +0000 (02:05 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 10 Feb 2012 10:05:31 +0000 (02:05 -0800)
commite80ebc308f0e926d2965ddfb37e6d30e14c8c3da
treeaeb80fbedba5cb6e67b9f7545f4b0be4237b3477
parentcdb32860b412f37a6c3c6881a81ec2c90876a504
SE/FS: Record the system pointer all the time for the simple CPU.

This pointer was only being stored in code that came from SE mode. The system
pointer is always meaningful and available, so it should always be stored.
src/cpu/simple/base.cc
src/cpu/simple_thread.cc
src/cpu/simple_thread.hh