We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e585f51 commit 19d6907Copy full SHA for 19d6907
arch/powerpc/mm/Makefile
@@ -52,3 +52,6 @@ obj-$(CONFIG_PPC_MEM_KEYS) += pkeys.o
52
# This is necessary for booting with kcov enabled on book3e machines
53
KCOV_INSTRUMENT_tlb_nohash.o := n
54
KCOV_INSTRUMENT_fsl_booke_mmu.o := n
55
+
56
+# Instrumenting the SLB fault path can lead to duplicate SLB entries
57
+KCOV_INSTRUMENT_slb.o := n
0 commit comments