Re: asm-x86/processor-flags.h, CONFIG_* leaks
From: Vegard Nossum
Date: Mon Jul 21 2008 - 09:07:20 EST
On Mon, Jul 21, 2008 at 2:46 PM, Olaf Hering <olaf@xxxxxxxxx> wrote:
>
> asm-x86/processor-flags.h is an exported header,
> via 'make headers_install_all'
>
> Please move X86_VM_MASK inside __KERNEL__
Oops, this seems to be my fault. Find the fix below.
As I stated in the original commit, this was tested with 'make
headers_check', so I can only guess that it's a merge fall-out.
Adrian Bunk pointed it out in my original submission, which is
why it was explicitly tested... But I just tested it again, and
why doesn't make headers_check catch it?
Sorry :-/
Vegard