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

No differences found