Re: linux-next: Tree for April 9
From: Jacek Luczak
Date: Wed Apr 09 2008 - 07:58:55 EST
Ingo Molnar pisze:
* Jacek Luczak <difrost.kernel@xxxxxxxxx> wrote:
Don't worry about it, I found the problem.
It seems that commit 883a9fc4e5d9b0701f15d4e5a23608f942104721 ("x86:
cleanup - rename VM_MASK to X86_VM_MASK") from the x86 tree seems to
have missed some places.
Yep, I did the same. You can find patch, which renames changes VM_MASK
to X86_VM_MASK across all files in arch/x86/kernel, here:
http://pin.if.uz.zgora.pl/~difrost/linux-next/09042008/
ah, that again comes from x86/for-akpm missing a patch that comes later
in x86/latest. I'll resort it.
X86_VM_MASK was already changed in one place in kernel/traps_32.c:
arch/x86/kernel/traps_32.c:502: if (regs->flags & X86_VM_MASK) {
and in mm/fault.c:
if (regs->flags & (X86_EFLAGS_IF | X86_VM_MASK))
-Jacek
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/