]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/cpu/Makefile
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / arch / x86 / kernel / cpu / Makefile
index d8cf3338a0353e8a232dcfba34a7deb57a01ac15..c9d2a01157029bc154c9a968d308d1698241735e 100644 (file)
@@ -8,6 +8,10 @@ CFLAGS_REMOVE_common.o = -pg
 CFLAGS_REMOVE_perf_event.o = -pg
 endif
 
+# If these files are instrumented, boot hangs during the first second.
+KCOV_INSTRUMENT_common.o := n
+KCOV_INSTRUMENT_perf_event.o := n
+
 # Make sure load_percpu_segment has no stackprotector
 nostackp := $(call cc-option, -fno-stack-protector)
 CFLAGS_common.o                := $(nostackp)