We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ea65d commit 924bd6aCopy full SHA for 924bd6a
arch/x86/include/asm/pgtable.h
@@ -1097,7 +1097,6 @@ static inline int pud_bad(pud_t pud)
1097
return (pud_flags(pud) & ~(_KERNPG_TABLE | _PAGE_USER)) != 0;
1098
}
1099
#else
1100
-#define pud_leaf pud_large
1101
static inline int pud_large(pud_t pud)
1102
{
1103
return 0;
include/asm-generic/pgtable-nopmd.h
@@ -31,7 +31,6 @@ static inline int pud_none(pud_t pud) { return 0; }
31
static inline int pud_bad(pud_t pud) { return 0; }
32
static inline int pud_present(pud_t pud) { return 1; }
33
static inline int pud_user(pud_t pud) { return 0; }
34
-static inline int pud_leaf(pud_t pud) { return 0; }
35
static inline void pud_clear(pud_t *pud) { }
36
#define pmd_ERROR(pmd) (pud_ERROR((pmd).pud))
37
0 commit comments