]> Pileus Git - ~andy/linux/blobdiff - include/linux/compiler.h
SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
[~andy/linux] / include / linux / compiler.h
index cebfdcd3dbddc3e7715b637f58452332586cdfa3..37bcb50a4d7c85b1ac203982cc71f11e75511cde 100644 (file)
@@ -76,7 +76,8 @@ struct ftrace_branch_data {
  * Note: DISABLE_BRANCH_PROFILING can be used by special lowlevel code
  * to disable branch tracing on a per file basis.
  */
-#if defined(CONFIG_TRACE_BRANCH_PROFILING) && !defined(DISABLE_BRANCH_PROFILING)
+#if defined(CONFIG_TRACE_BRANCH_PROFILING) \
+    && !defined(DISABLE_BRANCH_PROFILING) && !defined(__CHECKER__)
 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
 
 #define likely_notrace(x)      __builtin_expect(!!(x), 1)