Re: [GIT PULL] x86/trampoline for 2.6.37

From: Jaswinder Singh Rajput
Date: Sat Oct 23 2010 - 01:47:49 EST


Hello,

On Sat, Oct 23, 2010 at 6:47 AM, H. Peter Anvin <hpa@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/