diff options
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index ad854d108d..ebed2bdd01 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -434,7 +434,7 @@ if [ "$MACHINE" = "qemux86" ]; then | |||
434 | fi | 434 | fi |
435 | # Currently oprofile's event based interrupt mode doesn't work(Bug #828) in | 435 | # Currently oprofile's event based interrupt mode doesn't work(Bug #828) in |
436 | # qemux86 and qemux86-64. We can use timer interrupt mode for now. | 436 | # qemux86 and qemux86-64. We can use timer interrupt mode for now. |
437 | KERNCMDLINE="$KERNCMDLINE oprofile.timer=1 nopat" | 437 | KERNCMDLINE="$KERNCMDLINE oprofile.timer=1" |
438 | fi | 438 | fi |
439 | 439 | ||
440 | if [ "$MACHINE" = "qemux86-64" ]; then | 440 | if [ "$MACHINE" = "qemux86-64" ]; then |