projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69623a8
)
interrupts.hh:
author
Lisa Hsu
<hsul@eecs.umich.edu>
Tue, 14 Nov 2006 17:59:57 +0000
(12:59 -0500)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Tue, 14 Nov 2006 17:59:57 +0000
(12:59 -0500)
make a likewise updateIntrInfo for Sparc that's blank so it doesn't fart on build
src/arch/sparc/interrupts.hh:
make a likewise updateIntrInfo for Sparc that's blank so it doesn't fart on build
--HG--
extra : convert_revision :
5f469d0cf897479b42703104cd801a8ef923fcae
src/arch/sparc/interrupts.hh
patch
|
blob
|
history
diff --git
a/src/arch/sparc/interrupts.hh
b/src/arch/sparc/interrupts.hh
index 0072f41842e19b0e74c8134e1930824d8db1e3a4..70838d1ce612d3a593a97c33c324c0e9b6cf1f9d 100644
(file)
--- a/
src/arch/sparc/interrupts.hh
+++ b/
src/arch/sparc/interrupts.hh
@@
-79,6
+79,11
@@
namespace SparcISA
return NoFault;
}
+ void updateIntrInfo(ThreadContext * tc)
+ {
+
+ }
+
void serialize(std::ostream &os)
{
}