summaryrefslogtreecommitdiff
path: root/src/arch/alpha/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/alpha/interrupts.hh
parent0c3848732ee33cf14a80129f6cf7ee84d51c8bfb (diff)
downloadgem5-c4f1cc3b482311f878be44259125c9a5b90c0569.tar.xz
CPU: Eliminate the get_vec function.
Diffstat (limited to 'src/arch/alpha/interrupts.hh')
-rw-r--r--src/arch/alpha/interrupts.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/alpha/interrupts.hh b/src/arch/alpha/interrupts.hh
index abfecfb5b..6ae4e4b1d 100644
--- a/src/arch/alpha/interrupts.hh
+++ b/src/arch/alpha/interrupts.hh
@@ -171,13 +171,6 @@ class Interrupts
tc->setMiscRegNoEffect(IPR_INTID, newIpl);
newInfoSet = false;
}
-
- uint64_t
- get_vec(int int_num)
- {
- panic("Shouldn't be called for Alpha\n");
- M5_DUMMY_RETURN;
- }
};
} // namespace AlphaISA