Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)