Skip to content
  • Adrian Bunk's avatar
    [POWERPC] vdso_do_func_patch{32,64}() must be __init · cf8918fe
    Adrian Bunk authored
    
    
    This fixes the following section mismatches:
    
    <--  snip  -->
    
    ...
    WARNING: vmlinux.o(.text+0xe49c): Section mismatch in reference from the function .vdso_do_func_patch64() to the function .init.text:.find_symbol64()
    WARNING: vmlinux.o(.text+0xe4d0): Section mismatch in reference from the function .vdso_do_func_patch64() to the function .init.text:.find_symbol64()
    WARNING: vmlinux.o(.text+0xe56c): Section mismatch in reference from the function .vdso_do_func_patch32() to the function .init.text:.find_symbol32()
    WARNING: vmlinux.o(.text+0xe5a0): Section mismatch in reference from the function .vdso_do_func_patch32() to the function .init.text:.find_symbol32()
    ...
    
    <--  snip  -->
    
    Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    cf8918fe