lib: bitmap: remove unnecessary mask from bitmap_complement
[deliverable/linux.git] / Makefile
index af2f2fcfe01c17d387970d10c5062777d9377b55..a897c50db515d7adf8dec34f7c3298c9988be953 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -621,6 +621,9 @@ else
 KBUILD_CFLAGS  += -O2
 endif
 
+# Tell gcc to never replace conditional load with a non-conditional one
+KBUILD_CFLAGS  += $(call cc-option,--param=allow-store-data-races=0)
+
 ifdef CONFIG_READABLE_ASM
 # Disable optimizations that make assembler listings hard to read.
 # reorder blocks reorders the control in the function
This page took 0.028487 seconds and 5 git commands to generate.