x86: fix header export, asm-x86/processor-flags.h, CONFIG_* leaks
authorVegard Nossum <vegard.nossum@gmail.com>
Mon, 21 Jul 2008 13:06:35 +0000 (15:06 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Jul 2008 10:49:53 +0000 (12:49 +0200)
commit04bbe430f73c6c31bbd067349c029e907e153a8d
tree9690157ea52c989a2accd52416cecf77710dec25
parent9d25d4db81833029d30b7b03cc1000cbbe09e192
x86: fix header export, asm-x86/processor-flags.h, CONFIG_* leaks

Apparently,

commit 6330a30a76c1e62d4b4ec238368957f8febf9113
Author: Vegard Nossum <vegard.nossum@gmail.com>
Date:   Wed May 28 09:46:19 2008 +0200

    x86: break mutual header inclusion

introduced some CONFIG names to processor-flags.h, which was exported in

commit 6093015db2bd9e70cf20cdd23be1a50733baafdd
Author: Ingo Molnar <mingo@elte.hu>
Date:   Sun Mar 30 11:45:23 2008 +0200

    x86: cleanup replace most vm86 flags with flags from processor-flags.h, fix

Fix it by wrapping the CONFIG parts in __KERNEL__.

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Cc: Adrian Bunk <bunk@kernel.org>
Cc: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/processor-flags.h