diff options
author | Korey Sewell <ksewell@umich.edu> | 2007-11-16 21:31:37 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2007-11-16 21:31:37 -0500 |
commit | 52e6aa628411dc37eab30fd19d81aa7c4bb9f508 (patch) | |
tree | b5fe5a282734a56f67fad26434c31cbad4929725 /src/arch/mips/utility.hh | |
parent | 10e0ae54072884352f057cd816eec2e752acc3c5 (diff) | |
download | gem5-52e6aa628411dc37eab30fd19d81aa7c4bb9f508.tar.xz |
move initCPU, processInterrupts declaration to core_specific file.
--HG--
extra : convert_revision : 9bc88380f05f86c68117280f555c77eb4c627d7b
Diffstat (limited to 'src/arch/mips/utility.hh')
-rw-r--r-- | src/arch/mips/utility.hh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/arch/mips/utility.hh b/src/arch/mips/utility.hh index 7282124a9..12ce3af9e 100644 --- a/src/arch/mips/utility.hh +++ b/src/arch/mips/utility.hh @@ -141,15 +141,6 @@ namespace MipsISA { // // CPU Utility // - void initCPU(ThreadContext *tc, int cpuId); - - /** - * Function to check for and process any interrupts. - * @param tc The thread context. - */ - template <class TC> - void processInterrupts(TC *tc); - void startupCPU(ThreadContext *tc, int cpuId); }; |