git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f4319
)
x86, setup: correct include file in <asm/boot.h>
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 25 Jun 2009 22:16:06 +0000
(15:16 -0700)
committer
H. 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