summaryrefslogtreecommitdiff
path: root/src/arch/alpha/interrupts.hh
diff options
context:
space:
mode:
authorLisa Hsu <hsul@eecs.umich.edu>2007-01-08 20:50:45 -0500
committerLisa Hsu <hsul@eecs.umich.edu>2007-01-08 20:50:45 -0500
commit0d7282d7ab9535a12ce0a0de7e0b3ea36ea9229d (patch)
tree18d26a0a11699f36823c09feb41e4d6d053ce3c2 /src/arch/alpha/interrupts.hh
parent032ea9b2db870ad9b2a039f8c4020e38f5dd7f62 (diff)
downloadgem5-0d7282d7ab9535a12ce0a0de7e0b3ea36ea9229d.tar.xz
pagetable.hh:
small fix so ALPHA_FS will build on macs interrupts.hh: small fix for alpha compile src/arch/alpha/interrupts.hh: small fix for alpha compile src/arch/alpha/pagetable.hh: small fix so ALPHA_FS will build on macs --HG-- extra : convert_revision : 5fdbc68caa706d652b51807ac8f6bf58bcf72bdc
Diffstat (limited to 'src/arch/alpha/interrupts.hh')
-rw-r--r--src/arch/alpha/interrupts.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/alpha/interrupts.hh b/src/arch/alpha/interrupts.hh
index 388ccacde..a522dec6c 100644
--- a/src/arch/alpha/interrupts.hh
+++ b/src/arch/alpha/interrupts.hh
@@ -52,6 +52,11 @@ namespace AlphaISA
newInfoSet = false;
}
+ void post(int int_type)
+ {
+ // sparc only
+ }
+
void post(int int_num, int index)
{
DPRINTF(Interrupt, "Interrupt %d:%d posted\n", int_num, index);