x86, setup: correct include file in <asm/boot.h>
commit658dbfeb5e7ab35d440c665d643a6285e43fddcd
authorH. Peter Anvin <hpa@zytor.com>
Thu, 25 Jun 2009 22:16:06 +0000 (25 15:16 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 Jun 2009 22:16:06 +0000 (25 15:16 -0700)
treeda0d4db575e1f406699d090c6f911797d2dbe120
parent22f4319d6bc0155e6c0ae560729baa6c09dc09e7
x86, setup: correct include file in <asm/boot.h>

<asm/boot.h> needs <asm/pgtable_types.h>, not <asm/page_types.h> in
order to resolve PMD_SHIFT.  Also, correct a +1 which really should be
+ THREAD_ORDER.

This is a build error which was masked by a typoed #ifdef.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/boot.h