projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943c171
)
Power: Get rid of unused checkFpEnableFault.
author
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Aug 2010 23:14:23 +0000
(16:14 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Mon, 23 Aug 2010 23:14:23 +0000
(16:14 -0700)
This function was brought in from another ISA and doesn't actually do anything
or get used.
src/arch/power/utility.hh
patch
|
blob
|
history
diff --git
a/src/arch/power/utility.hh
b/src/arch/power/utility.hh
index aff6fda78ad3737cf1591b96be5cc26b82b74b4e..7245db511b9e3861941629c51241955c24462119 100644
(file)
--- a/
src/arch/power/utility.hh
+++ b/
src/arch/power/utility.hh
@@
-67,13
+67,6
@@
startupCPU(ThreadContext *tc, int cpuId)
tc->activate(0);
}
-template <class XC>
-Fault
-checkFpEnableFault(XC *xc)
-{
- return NoFault;
-}
-
void
copyRegs(ThreadContext *src, ThreadContext *dest);