]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/runqemu-internal: Work around qemux86 PAT bugs in linux 4.4.1
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2016 18:00:00 +0000 (18:00 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Feb 2016 18:00:48 +0000 (18:00 +0000)
Since the upgrade of qemux86 to 4.4.1 we're seeing PAT issues when
starting the X server. We need to fix the problem but the failing
sanity tests mask out other issues and we need a workaround.

Merge this for now until we can figure out the full issue. This is
better than changing the kernel defconfig or reverting to old
kernel versions.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal

index c2787c3394a9fada2d375de05974cab67d95d384..fb98a6ef1c96888dd02bb40a66d5c15d78ff1080 100755 (executable)
@@ -434,7 +434,7 @@ if [ "$MACHINE" = "qemux86" ]; then
     fi
     # Currently oprofile's event based interrupt mode doesn't work(Bug #828) in
     # qemux86 and qemux86-64. We can use timer interrupt mode for now.
-    KERNCMDLINE="$KERNCMDLINE oprofile.timer=1"
+    KERNCMDLINE="$KERNCMDLINE oprofile.timer=1 nopat"
 fi
 
 if [ "$MACHINE" = "qemux86-64" ]; then