Commit 22dcc2e3 authored by Michal Simek's avatar Michal Simek

microblaze: page.h: Remove get_user_page and free_user_page

Remove ancient macros which are here from Linux-2.4
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 43f2a6e8
......@@ -70,11 +70,6 @@ typedef unsigned long pte_basic_t;
#endif /* CONFIG_MMU */
# ifndef CONFIG_MMU
# define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
# define free_user_page(page, addr) free_page(addr)
# endif /* CONFIG_MMU */
# define copy_page(to, from) memcpy((to), (from), PAGE_SIZE)
# define clear_page(pgaddr) memset((pgaddr), 0, PAGE_SIZE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment