aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/microblaze/include/asm/page.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/microblaze/include/asm/page.h b/arch/microblaze/include/asm/page.h
index 7b9ba8f145ea..9b12902b9818 100644
--- a/arch/microblaze/include/asm/page.h
+++ b/arch/microblaze/include/asm/page.h
@@ -70,11 +70,6 @@ typedef unsigned long pte_basic_t;
70 70
71#endif /* CONFIG_MMU */ 71#endif /* CONFIG_MMU */
72 72
73# ifndef CONFIG_MMU
74# define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
75# define free_user_page(page, addr) free_page(addr)
76# endif /* CONFIG_MMU */
77
78# define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) 73# define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
79# define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE) 74# define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE)
80 75