From: Lai Jiangshan <[email protected]> to reflect the path of kernel/rcu/rcu.h.
Cc: "Paul E. McKenney" <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Frederic Weisbecker <[email protected]> Signed-off-by: Lai Jiangshan <[email protected]> --- kernel/rcu/rcu.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/rcu/rcu.h b/kernel/rcu/rcu.h index 86fce206560e..b17b2ed657fc 100644 --- a/kernel/rcu/rcu.h +++ b/kernel/rcu/rcu.h @@ -7,8 +7,8 @@ * Author: Paul E. McKenney <[email protected]> */ -#ifndef __LINUX_RCU_H -#define __LINUX_RCU_H +#ifndef __KERNEL_RCU_H +#define __KERNEL_RCU_H #include <linux/slab.h> #include <trace/events/rcu.h> @@ -668,4 +668,4 @@ int rcu_stall_notifier_call_chain(unsigned long val, void *v); static inline int rcu_stall_notifier_call_chain(unsigned long val, void *v) { return NOTIFY_DONE; } #endif // #else // #if defined(CONFIG_RCU_STALL_COMMON) && defined(CONFIG_RCU_CPU_STALL_NOTIFIER) -#endif /* __LINUX_RCU_H */ +#endif /* __KERNEL_RCU_H */ -- 2.19.1.6.gb485710b
