summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/idle_book3s.S
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-04-03 21:24:59 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2018-04-03 21:50:09 +1000
commitb6f534d1a642a9b6263fd52df30806171fbc331e (patch)
treeed8bdaad46c8fecdb52c732946360bdd9abab021 /arch/powerpc/kernel/idle_book3s.S
parent6232774f1599028a15418179d17f7df47ede770a (diff)
selftests/powerpc: Fix copyloops build since Power4 assembler change
The recent commit 15a3204d24a3 ("powerpc/64s: Set assembler machine type to POWER4") set the machine type in our ASFLAGS when building the kernel, and removed some ".machine power4" directives from various asm files. This broke the selftests build on old toolchains (that don't assume Power4), because we build the kernel source files into the selftests using different ASFLAGS. The fix is simply to add -mpower4 to the selftest ASFLAGS as well. Fixes: 15a3204d24a3 ("powerpc/64s: Set assembler machine type to POWER4") Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/idle_book3s.S')
0 files changed, 0 insertions, 0 deletions