diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-07-13 11:03:16 +0200 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2011-12-28 16:25:49 -0600 |
commit | 501c9f3ef32ed5dae64d970f69ddaa7482f4f090 (patch) | |
tree | 35876ccc5d67bab2c349d49ea75fe0391591d10a | |
parent | a62d3d8378f097846262986545ac22e492a86593 (diff) |
jump-label-rt.patch
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | include/linux/jump_label.h | 2 |
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; |