]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pkeys: remove unused pkey_allows_readwrite
authorQian Cai <cai@lca.pw>
Tue, 17 Sep 2019 15:22:30 +0000 (11:22 -0400)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 11 Oct 2019 08:34:10 +0000 (19:34 +1100)
commit3dc687363082604975c77abe28652ce60e475c9d
tree000b57f2d990a39a5992098059c6866c3a66ad8b
parent9d4d6f191a574b27b2925d0e9bc2bbbed32766dd
powerpc/pkeys: remove unused pkey_allows_readwrite

pkey_allows_readwrite() was first introduced in the commit 41491c16abdb
("powerpc: introduce execute-only pkey"), but the usage was removed
entirely in the commit db55f75a6ce5 ("powerpc/pkeys: Preallocate
execute-only key").

Found by the "-Wunused-function" compiler warning flag.

Fixes: db55f75a6ce5 ("powerpc/pkeys: Preallocate execute-only key")
Signed-off-by: Qian Cai <cai@lca.pw>
Acked-by: Ram Pai <linuxram@us.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1568733750-14580-1-git-send-email-cai@lca.pw
arch/powerpc/mm/book3s64/pkeys.c