aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable-nop4d.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/pgtable-nop4d.h')
-rw-r--r--include/asm-generic/pgtable-nop4d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-generic/pgtable-nop4d.h b/include/asm-generic/pgtable-nop4d.h
index 1a29b2a0282b..04cb913797bc 100644
--- a/include/asm-generic/pgtable-nop4d.h
+++ b/include/asm-generic/pgtable-nop4d.h
@@ -4,7 +4,7 @@
4 4
5#ifndef __ASSEMBLY__ 5#ifndef __ASSEMBLY__
6 6
7#define __PAGETABLE_P4D_FOLDED 7#define __PAGETABLE_P4D_FOLDED 1
8 8
9typedef struct { pgd_t pgd; } p4d_t; 9typedef struct { pgd_t pgd; } p4d_t;
10 10