projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0788ea7
)
ARM: Fix multiplication error in udelay
author
Ali Saidi
<Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:23 +0000
(11:42 -0500)
committer
Ali Saidi
<Ali.Saidi@ARM.com>
Mon, 4 Apr 2011 16:42:23 +0000
(11:42 -0500)
src/kern/linux/events.cc
patch
|
blob
|
history
diff --git
a/src/kern/linux/events.cc
b/src/kern/linux/events.cc
index 75c2b6f7f39c2a3cbd77b623ec3fe49c1fa1451f..651dae3d695e75a8f96be289608316212c550242 100644
(file)
--- a/
src/kern/linux/events.cc
+++ b/
src/kern/linux/events.cc
@@
-82,9
+82,6
@@
UDelayEvent::process(ThreadContext *tc)
time *= argMultToNs;
- // Convert ns to ticks
- time *= SimClock::Int::ns;
-
SkipFuncEvent::process(tc);
PseudoInst::quiesceNs(tc, time);