Review Board 2.0.15


CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU

Review Request #1032 - Created Feb. 7, 2012 and submitted - Latest diff uploaded

Information
Geoffrey Blake
gem5
default
Reviewers
Default
CheckerCPU: Add function stubs to non-ARM ISA source to compile with CheckerCPU

Making the CheckerCPU a runtime time option requires the code to be compatible
with ISAs other than ARM.  This patch adds the appropriate function
stubs to allow compilation.
Compiles for all ISAs.