summaryrefslogtreecommitdiff
path: root/src/kern
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2011-04-04 11:42:23 -0500
committerAli Saidi <Ali.Saidi@ARM.com>2011-04-04 11:42:23 -0500
commitdfdabbd751df1922fb950da70743eca5ead6c644 (patch)
tree60fa1f9a94150b15dde9a2ac38aee5fd9d0f6c89 /src/kern
parent0788ea7b3b68bae82adf49bad474da3afdab0506 (diff)
downloadgem5-dfdabbd751df1922fb950da70743eca5ead6c644.tar.xz
ARM: Fix multiplication error in udelay
Diffstat (limited to 'src/kern')
-rw-r--r--src/kern/linux/events.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kern/linux/events.cc b/src/kern/linux/events.cc
index 75c2b6f7f..651dae3d6 100644
--- 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);