diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-12 18:00:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-12 18:03:46 +0000 |
commit | 4e0b33413f917b891629abf606ea98c3e015ec27 (patch) | |
tree | f3f2b0bd35838729cce06810fee89c4534b6e6e0 /scripts | |
parent | 283a3027740fb1fcd8e8065b90b8227fad3e9e7a (diff) | |
download | poky-4e0b33413f917b891629abf606ea98c3e015ec27.tar.gz |
scripts/runqemu-internal: Work around qemux86 PAT bugs in linux 4.4.1
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.
(From OE-Core rev: 2749ba318bf322cb5014689532372473004e92b9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 c2787c3394..fb98a6ef1c 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" | 437 | KERNCMDLINE="$KERNCMDLINE oprofile.timer=1 nopat" |
438 | fi | 438 | fi |
439 | 439 | ||
440 | if [ "$MACHINE" = "qemux86-64" ]; then | 440 | if [ "$MACHINE" = "qemux86-64" ]; then |