summaryrefslogtreecommitdiff
path: root/src/arch/mips/interrupts.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-10-12 08:24:09 -0700
committerGabe Black <gblack@eecs.umich.edu>2008-10-12 08:24:09 -0700
commitc4f1cc3b482311f878be44259125c9a5b90c0569 (patch)
tree45e108b762d6876c150d3f56171c005e3474405a /src/arch/mips/interrupts.hh
parent0c3848732ee33cf14a80129f6cf7ee84d51c8bfb (diff)
downloadgem5-c4f1cc3b482311f878be44259125c9a5b90c0569.tar.xz
CPU: Eliminate the get_vec function.
Diffstat (limited to 'src/arch/mips/interrupts.hh')
-rwxr-xr-xsrc/arch/mips/interrupts.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/mips/interrupts.hh b/src/arch/mips/interrupts.hh
index f0e928088..99a8f6fa0 100755
--- a/src/arch/mips/interrupts.hh
+++ b/src/arch/mips/interrupts.hh
@@ -91,8 +91,6 @@ class Interrupts
void updateIntrInfoCpuTimerIntr(ThreadContext *tc) const;
bool onCpuTimerInterrupt(ThreadContext *tc) const;
- uint64_t get_vec(int int_num);
-
bool check_interrupts(ThreadContext * tc) const{
//return (intstatus != 0) && !(tc->readPC() & 0x3);
if (oncputimerintr == false){
@@ -160,8 +158,6 @@ class Interrupts
bool interruptsPending(ThreadContext *tc) const;
bool onCpuTimerInterrupt(ThreadContext *tc) const;
- uint64_t get_vec(int int_num);
-
bool check_interrupts(ThreadContext * tc) const{
return interruptsPending(tc);
}