diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-10-11 12:17:24 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-10-11 12:17:24 -0700 |
commit | f621b7b81f0913612381d5dc4993f52bb2116902 (patch) | |
tree | a0438fb51a3721bf432da12b76c0b8b3160071ef /src/cpu/o3/cpu.hh | |
parent | da7209ec93f3cdad11c02906357f06fa29652996 (diff) | |
download | gem5-f621b7b81f0913612381d5dc4993f52bb2116902.tar.xz |
CPU: Eliminate the simPalCheck funciton.
Diffstat (limited to 'src/cpu/o3/cpu.hh')
-rw-r--r-- | src/cpu/o3/cpu.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/o3/cpu.hh b/src/cpu/o3/cpu.hh index cdc1d2e58..07ba8d701 100644 --- a/src/cpu/o3/cpu.hh +++ b/src/cpu/o3/cpu.hh @@ -414,8 +414,6 @@ class FullO3CPU : public BaseO3CPU /** Posts an interrupt. */ void post_interrupt(int int_num, int index); - bool simPalCheck(int palFunc, unsigned tid); - /** Returns the Fault for any valid interrupt. */ Fault getInterrupts(); |