summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-13 11:03:16 +0200
committerClark Williams <williams@redhat.com>2011-11-14 11:02:06 -0600
commit8558df1731f41e1be87f83fde55b66429a875452 (patch)
tree071f42fb7359c00a92ec5c031fbeb82a38ff7471
parent5f43cb8b0e0536bbf5a3e247e95913ec0e2282e0 (diff)
jump-label-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--include/linux/jump_label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h
index 388b0d425b50..9cc8ed96888f 100644
--- a/include/linux/jump_label.h
+++ b/include/linux/jump_label.h
@@ -4,7 +4,7 @@
#include <linux/types.h>
#include <linux/compiler.h>
-#if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_JUMP_LABEL)
+#if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_JUMP_LABEL) && !defined(CONFIG_PREEMPT_BASE)
struct jump_label_key {
atomic_t enabled;