aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/page.h')
-rw-r--r--xen/include/asm-x86/page.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/asm-x86/page.h b/xen/include/asm-x86/page.h
index a94feac127..552815243c 100644
--- a/xen/include/asm-x86/page.h
+++ b/xen/include/asm-x86/page.h
@@ -385,9 +385,6 @@ static inline uint32_t cacheattr_to_pte_flags(uint32_t cacheattr)
#endif /* !__ASSEMBLY__ */
-#define PFN_DOWN(x) ((x) >> PAGE_SHIFT)
-#define PFN_UP(x) (((x) + PAGE_SIZE-1) >> PAGE_SHIFT)
-
#endif /* __X86_PAGE_H__ */
/*