]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Move patch sites out of asm-prototypes.h
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 18 Aug 2022 05:06:59 +0000 (15:06 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 26 Aug 2022 01:02:20 +0000 (11:02 +1000)
commit1ee196d060f1b5f26a69d5912c2ab3db494ce624
tree3bf99c34882a0e6209bd28f1c0d1886e99f77def
parent7189ce1a669f76b74dfd7088f6a5aa0ca315ffab
powerpc: Move patch sites out of asm-prototypes.h

The definitions for the patch sites etc. don't belong in
asm-prototypes.h, they are not EXPORT'ed asm symbols.

Move them into sections.h which is traditionally used for asm symbols.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220818050659.187181-1-mpe@ellerman.id.au
arch/powerpc/include/asm/asm-prototypes.h
arch/powerpc/include/asm/sections.h
arch/powerpc/kernel/security.c