]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/compiler.h
Merge remote-tracking branch 's390/features'
[karo-tx-linux.git] / include / linux / compiler.h
index fe817432190c1cfb4c3108bbdfaf71b22916b8f8..52a459ff75f4c2b88a8083338a2d173ce502f279 100644 (file)
@@ -56,7 +56,7 @@ extern void __chk_io_ptr(const volatile void __iomem *);
 #include <linux/compiler-gcc.h>
 #endif
 
-#ifdef CC_USING_HOTPATCH
+#if defined(CC_USING_HOTPATCH) && !defined(__CHECKER__)
 #define notrace __attribute__((hotpatch(0,0)))
 #else
 #define notrace __attribute__((no_instrument_function))