android_kernel_xiaomi_sm8350/arch/powerpc/lib
Michael Ellerman 9b1a735de6 powerpc: Add logic to patch alternative feature sections
This commit adds the logic to patch alternative sections.  This is fairly
straightforward, except for branches.  Relative branches that jump from
inside the else section to outside of it need to be translated as they're
moved, otherwise they will jump to the wrong location.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-07-01 11:28:29 +10:00
..
alloc.c
checksum_32.S
checksum_64.S
code-patching.c powerpc: Add tests of the code patching routines 2008-07-01 11:28:22 +10:00
copy_32.S
copypage_64.S
copyuser_64.S
crtsavres.S [POWERPC] Fix -Os kernel builds with newer gcc versions 2008-06-16 15:00:54 +10:00
devres.c [POWERPC] devres: Add devm_ioremap_prot() 2008-05-05 16:47:14 +10:00
div64.S
dma-noncoherent.c
feature-fixups.c powerpc: Add logic to patch alternative feature sections 2008-07-01 11:28:29 +10:00
locks.c
Makefile powerpc: Split out do_feature_fixups() from cputable.c 2008-07-01 11:28:24 +10:00
mem_64.S
memcpy_64.S
rheap.c
sstep.c
string.S
usercopy_64.c