[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimOHBw19TuouqNsEaBcZnfU5kaBoB0Fm+QhRz4h@mail.gmail.com>
Date: Sat, 23 Oct 2010 11:17:42 +0530
From: Jaswinder Singh Rajput <jaswinderlinux@...il.com>
To: "H. Peter Anvin" <hpa@...ux.intel.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Borislav Petkov <bp@...en8.de>,
"H. Peter Anvin" <hpa@...or.com>, Ingo Molnar <mingo@...e.hu>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [GIT PULL] x86/trampoline for 2.6.37
Hello,
On Sat, Oct 23, 2010 at 6:47 AM, H. Peter Anvin <hpa@...ux.intel.com> wrote:
>
> Borislav Petkov (1):
> x86-32, mm: Add an initial page table for core bootstrapping
>
> H. Peter Anvin (2):
> Merge branch 'x86/vmware' into x86/trampoline
> Merge branch 'x86/cleanups' into x86/trampoline
>
> --- a/arch/x86/kernel/acpi/sleep.c
> +++ b/arch/x86/kernel/acpi/sleep.c
> @@ -12,6 +12,11 @@
> #include <asm/segment.h>
> #include <asm/desc.h>
>
> +#ifdef CONFIG_X86_32
> +#include <asm/pgtable.h>
> +#include <asm/pgtable_32.h>
> +#endif
> +
pgtable.h will take care of pgtable_32.h, why you are doing this ?
Thanks,
--
Jaswinder Singh.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists