diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-05 14:31:13 -0500 |
---|---|---|
committer | Jeremy Fitzhardinge <jeremy@goop.org> | 2009-02-06 15:31:51 -0500 |
commit | deb79cfb365c96ff960570d1bcf2c205424b6195 (patch) | |
tree | d18b2806eba47ae6d1bc6f5d3054210d7a4e5743 /arch/x86/include/asm/pgtable_64.h | |
parent | cc290ca38cc4c78b0d6175633232f05b8d8732ab (diff) |
x86: unify pud_none
Impact: cleanup
Unify and demacro pud_none.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index 6c6c3c34bc5b..d58c2ee15c3c 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h | |||
@@ -68,7 +68,6 @@ extern void paging_init(void); | |||
68 | __FILE__, __LINE__, &(e), pgd_val(e)) | 68 | __FILE__, __LINE__, &(e), pgd_val(e)) |
69 | 69 | ||
70 | #define pgd_none(x) (!pgd_val(x)) | 70 | #define pgd_none(x) (!pgd_val(x)) |
71 | #define pud_none(x) (!pud_val(x)) | ||
72 | 71 | ||
73 | struct mm_struct; | 72 | struct mm_struct; |
74 | 73 | ||