aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/vdso/processor.h
AgeCommit message (Collapse)AuthorFilesLines
2020-12-04powerpc/processor: Move cpu_relax() into asm/vdso/processor.hChristophe Leroy1-0/+23
cpu_relax() need to be in asm/vdso/processor.h to be used by the C VDSO generic library. Move it there. Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]