]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] i386: Fix entry.S code with !CONFIG_VM86
authorJoe Korty <joe.korty@ccur.com>
Thu, 7 Dec 2006 01:14:04 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:04 +0000 (02:14 +0100)
commit74b47a7844501445d41d704fe7c626f4b1819508
treee05179601b7f541838913aa9874fd9ae69418eb0
parent249e83fe839a13b5dc94285daeeaf70f6e54d930
[PATCH] i386: Fix entry.S code with !CONFIG_VM86

The entry.S code at work_notifysig is surely wrong.  It drops into unrelated
code if the branch to work_notifysig_v86 is taken, and CONFIG_VM86=n.

[PATCH] Make vm86 support optional
tree 9b5daef5280800a0006343a17f63072658d91a1d
pushed to git Jan 8, 2006, and first appears in 2.6.16

The 'fix' here is to also compile out the vm86 test & branch when
CONFIG_VM86=n.

Signed-off-by: Joe Korty <joe.korty@ccur.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/entry.S