From 90d6a6f3be5d4189869329969ec763f01bfb9427 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Wed, 13 Jul 2011 11:03:16 +0200 Subject: jump-label-rt.patch Signed-off-by: Thomas Gleixner diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index 9216e46..c5f7962 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -49,7 +49,8 @@ #include #include -#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 static_key { atomic_t enabled; -- cgit v0.10.2