OSDN Git Service

powerpc/mm: Fix section mismatch warning in early_check_vec5()
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Aug 2017 11:44:08 +0000 (21:44 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Aug 2017 13:40:51 +0000 (23:40 +1000)
commit7559952e1f6f95091b00352c5ba863040b65db9e
tree600e79ebc2f7715482076c6c82908ee3d7c23268
parent0e9645df58f7242edb14cde33b2757f2297e178e
powerpc/mm: Fix section mismatch warning in early_check_vec5()

early_check_vec5() is called from and calls __init routines, so should
also be __init.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/init_64.c