projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07969db
)
Fix SPARC_FS compile
author
Lisa Hsu
<hsul@eecs.umich.edu>
Wed, 5 Nov 2008 21:19:17 +0000
(16:19 -0500)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Wed, 5 Nov 2008 21:19:17 +0000
(16:19 -0500)
src/dev/sparc/iob.cc
patch
|
blob
|
history
diff --git
a/src/dev/sparc/iob.cc
b/src/dev/sparc/iob.cc
index f99ee5804a301466fb00df0a4ff5fddf999c3d94..4543dd07b2e81cb4b49f398f633cde6c4abeb88f 100644
(file)
--- a/
src/dev/sparc/iob.cc
+++ b/
src/dev/sparc/iob.cc
@@
-276,7
+276,7
@@
void
Iob::generateIpi(Type type, int cpu_id, int vector)
{
SparcISA::SparcFault<SparcISA::PowerOnReset> *por = new SparcISA::PowerOnReset();
- if (cpu_id >= sys->
getNumCPU
s())
+ if (cpu_id >= sys->
numContext
s())
return;
switch (type) {