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

Commit cf82f348 authored by Kirill A. Shutemov's avatar Kirill A. Shutemov Committed by Linus Torvalds
Browse files

mm: remove unused memclear_highpage_flush()

parent 4d769def
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -219,12 +219,6 @@ static inline void zero_user(struct page *page,
	zero_user_segments(page, start, start + size, 0, 0);
}

static inline void __deprecated memclear_highpage_flush(struct page *page,
			unsigned int offset, unsigned int size)
{
	zero_user(page, offset, size);
}

#ifndef __HAVE_ARCH_COPY_USER_HIGHPAGE

static inline void copy_user_highpage(struct page *to, struct page *from,