Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / include / linux / compiler_types.h
index cc2bee7..e4ea86f 100644 (file)
@@ -210,7 +210,7 @@ struct ftrace_likely_data {
 /* Section for code which can't be instrumented at all */
 #define noinstr                                                                \
        noinline notrace __attribute((__section__(".noinstr.text")))    \
-       __no_kcsan __no_sanitize_address __no_sanitize_coverage
+       __no_kcsan __no_sanitize_address __no_profile __no_sanitize_coverage
 
 #endif /* __KERNEL__ */