commit | c38bfdc85aae0c6d1458269c0e063c2f4a116711 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Jun 26 13:58:44 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jun 26 10:48:20 2006 -0700 |
tree | 076cf7f521e7c7364a0e81b58b23062a607562e0 | |
parent | bf660254e0d430e5d991e432d5dad8d6714828f6 [diff] |
[PATCH] x86_64: Move VM86 config into arch/i386/Kconfig Architecture specific configs like this have no business at all in init/Kconfig. This prevents it from being set on x86-64 Pointed out by H.Peter Anvin Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>