Skip to content
Commit 658dbfeb authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
parent 22f4319d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment