]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit13479618e75bddba958c8d461d01caaf022bdcf8
treeda0d4db575e1f406699d090c6f911797d2dbe120
parent33bab8550e5cb462288c10825a736008645ec0e0
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