]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/kcov.c
Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping
[linux.git] / kernel / kcov.c
index 97959d7b77e2a9f535af0eda0c9e41fac1fbe798..c2277dbdbfb148842b855a942678e1218d891e07 100644 (file)
@@ -112,7 +112,7 @@ void notrace __sanitizer_cov_trace_pc(void)
 EXPORT_SYMBOL(__sanitizer_cov_trace_pc);
 
 #ifdef CONFIG_KCOV_ENABLE_COMPARISONS
-static void write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip)
+static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip)
 {
        struct task_struct *t;
        u64 *area;