drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / csky / abiv2 / inc / abi / page.h
blobcf005f13cd15d34ac237f9e71aee7aa25ef9532a
1 /* SPDX-License-Identifier: GPL-2.0 */
3 static inline void clear_user_page(void *addr, unsigned long vaddr,
4 struct page *page)
6 clear_page(addr);
9 static inline void copy_user_page(void *to, void *from, unsigned long vaddr,
10 struct page *page)
12 copy_page(to, from);