|
@@ -132,7 +132,7 @@ static inline void account_system_vtime(struct task_struct *tsk)
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
-#if defined(CONFIG_NO_HZ) && !defined(CONFIG_CLASSIC_RCU)
|
|
|
+#if defined(CONFIG_NO_HZ)
|
|
|
extern void rcu_irq_enter(void);
|
|
|
extern void rcu_irq_exit(void);
|
|
|
extern void rcu_nmi_enter(void);
|
|
@@ -142,7 +142,7 @@ extern void rcu_nmi_exit(void);
|
|
|
# define rcu_irq_exit() do { } while (0)
|
|
|
# define rcu_nmi_enter() do { } while (0)
|
|
|
# define rcu_nmi_exit() do { } while (0)
|
|
|
-#endif /* #if defined(CONFIG_NO_HZ) && !defined(CONFIG_CLASSIC_RCU) */
|
|
|
+#endif /* #if defined(CONFIG_NO_HZ) */
|
|
|
|
|
|
/*
|
|
|
* It is safe to do non-atomic ops on ->hardirq_context,
|