diff options
Diffstat (limited to 'arch/x86/include/asm/pgtable_64.h')
-rw-r--r-- | arch/x86/include/asm/pgtable_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/pgtable_64.h b/arch/x86/include/asm/pgtable_64.h index d230e28a5f37..6c6c3c34bc5b 100644 --- a/arch/x86/include/asm/pgtable_64.h +++ b/arch/x86/include/asm/pgtable_64.h | |||
@@ -154,8 +154,6 @@ static inline void native_pgd_clear(pgd_t *pgd) | |||
154 | 154 | ||
155 | #ifndef __ASSEMBLY__ | 155 | #ifndef __ASSEMBLY__ |
156 | 156 | ||
157 | #define pages_to_mb(x) ((x) >> (20 - PAGE_SHIFT)) /* FIXME: is this right? */ | ||
158 | |||
159 | /* | 157 | /* |
160 | * Conversion functions: convert a page and protection to a page entry, | 158 | * Conversion functions: convert a page and protection to a page entry, |
161 | * and a page entry and page directory to the page they refer to. | 159 | * and a page entry and page directory to the page they refer to. |