Skip to content

Commit b3ce5c3

Browse files
committed
Merge tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fix from Michael Ellerman: - Allow r30 to be used in vDSO code generation of getrandom Thanks to Jason A. Donenfeld * tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/vdso: allow r30 in vDSO code generation of getrandom
2 parents 8f60227 + 4b058c9 commit b3ce5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kernel/vdso/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif
2222

2323
ifneq ($(c-getrandom-y),)
2424
CFLAGS_vgetrandom-32.o += -include $(c-getrandom-y)
25-
CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y) $(call cc-option, -ffixed-r30)
25+
CFLAGS_vgetrandom-64.o += -include $(c-getrandom-y)
2626
endif
2727

2828
# Build rules

0 commit comments

Comments
 (0)