Searched hist:"6 fb12766f7fcd7934b09fbfbd32a725cc2febf96" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgalloc.h | diff 6fb12766f7fcd7934b09fbfbd32a725cc2febf96 Mon Sep 23 17:35:25 CDT 2019 Mike Rapoport <rppt@linux.ibm.com> sh: switch to generic version of pte allocation
The sh implementation pte_alloc_one(), pte_alloc_one_kernel(), pte_free_kernel() and pte_free() is identical to the generic except of lack of __GFP_ACCOUNT for the user PTEs allocation.
Switch sh to use generic version of these functions.
Link: http://lkml.kernel.org/r/1565250728-21721-4-git-send-email-rppt@linux.ibm.com Signed-off-by: Mike Rapoport <rppt@linux.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|