Commit ec24decb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ptwalk-pd_none_or_clear_bad ia64 fix

pgtable.h now need pud_t.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 928876c9
......@@ -550,7 +550,7 @@ do { \
#define __HAVE_ARCH_PTEP_SET_WRPROTECT
#define __HAVE_ARCH_PTE_SAME
#define __HAVE_ARCH_PGD_OFFSET_GATE
#include <asm-generic/pgtable.h>
#include <asm-generic/pgtable-nopud.h>
#include <asm-generic/pgtable.h>
#endif /* _ASM_IA64_PGTABLE_H */
Markdown is supported
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