Skip to content

Commit 5f153a6

Browse files
Merge commit 'bf40167d54d5' into fixes
This fix is part of a series on for-next, but it fixes broken builds so I'm picking it up as a fix. * commit 'bf40167d54d5': riscv: vdso: Prevent the compiler from inserting calls to memset()
2 parents 164f66d + bf40167 commit 5f153a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/kernel/vdso/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ obj-vdso = $(patsubst %, %.o, $(vdso-syms)) note.o
1818

1919
ccflags-y := -fno-stack-protector
2020
ccflags-y += -DDISABLE_BRANCH_PROFILING
21+
ccflags-y += -fno-builtin
2122

2223
ifneq ($(c-gettimeofday-y),)
2324
CFLAGS_vgettimeofday.o += -fPIC -include $(c-gettimeofday-y)

0 commit comments

Comments
 (0)