aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/ptdump/8xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mm/ptdump/8xx.c')
-rw-r--r--arch/powerpc/mm/ptdump/8xx.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/powerpc/mm/ptdump/8xx.c b/arch/powerpc/mm/ptdump/8xx.c
index 9e2d8e847d6e..8a797dcbf475 100644
--- a/arch/powerpc/mm/ptdump/8xx.c
+++ b/arch/powerpc/mm/ptdump/8xx.c
@@ -5,12 +5,17 @@
*
*/
#include <linux/kernel.h>
-#include <asm/pgtable.h>
+#include <linux/pgtable.h>
#include "ptdump.h"
static const struct flag_info flag_array[] = {
{
+ .mask = _PAGE_HUGE,
+ .val = _PAGE_HUGE,
+ .set = "huge",
+ .clear = " ",
+ }, {
.mask = _PAGE_SH,
.val = 0,
.set = "user",