summaryrefslogtreecommitdiff
path: root/patches/sysfs-realtime-entry.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/sysfs-realtime-entry.patch')
-rw-r--r--patches/sysfs-realtime-entry.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/sysfs-realtime-entry.patch b/patches/sysfs-realtime-entry.patch
index f54cedd8d046..7f859e58513f 100644
--- a/patches/sysfs-realtime-entry.patch
+++ b/patches/sysfs-realtime-entry.patch
@@ -23,7 +23,7 @@ Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
#endif /* CONFIG_CRASH_CORE */
-+#if defined(CONFIG_PREEMPT_RT_FULL)
++#if defined(CONFIG_PREEMPT_RT)
+static ssize_t realtime_show(struct kobject *kobj,
+ struct kobj_attribute *attr, char *buf)
+{
@@ -39,7 +39,7 @@ Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
&rcu_expedited_attr.attr,
&rcu_normal_attr.attr,
#endif
-+#ifdef CONFIG_PREEMPT_RT_FULL
++#ifdef CONFIG_PREEMPT_RT
+ &realtime_attr.attr,
+#endif
NULL