diff options
-rw-r--r-- | MAINTAINERS | 14 | ||||
-rw-r--r-- | include/linux/rcutiny.h | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f81f6009780b..d27075e3a38f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9348,7 +9348,7 @@ M: Nicholas Piggin <[email protected]> M: David Howells <[email protected]> M: Jade Alglave <[email protected]> M: Luc Maranget <[email protected]> -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> R: Akira Yokosawa <[email protected]> R: Daniel Lustig <[email protected]> @@ -10377,7 +10377,7 @@ F: drivers/platform/x86/mlx-platform.c MEMBARRIER SUPPORT M: Mathieu Desnoyers <[email protected]> -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> S: Supported F: kernel/sched/membarrier.c @@ -13492,7 +13492,7 @@ S: Orphan F: drivers/net/wireless/ray* RCUTORTURE TEST FRAMEWORK -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> M: Josh Triplett <[email protected]> R: Steven Rostedt <[email protected]> R: Mathieu Desnoyers <[email protected]> @@ -13539,7 +13539,7 @@ F: arch/x86/include/asm/resctrl_sched.h F: Documentation/x86/resctrl* READ-COPY UPDATE (RCU) -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> M: Josh Triplett <[email protected]> R: Steven Rostedt <[email protected]> R: Mathieu Desnoyers <[email protected]> @@ -13697,7 +13697,7 @@ F: include/linux/reset-controller.h RESTARTABLE SEQUENCES SUPPORT M: Mathieu Desnoyers <[email protected]> M: Peter Zijlstra <[email protected]> -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> M: Boqun Feng <[email protected]> S: Supported @@ -14732,7 +14732,7 @@ F: mm/sl?b* SLEEPABLE READ-COPY UPDATE (SRCU) M: Lai Jiangshan <[email protected]> -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> M: Josh Triplett <[email protected]> R: Steven Rostedt <[email protected]> R: Mathieu Desnoyers <[email protected]> @@ -16229,7 +16229,7 @@ F: drivers/platform/x86/topstar-laptop.c TORTURE-TEST MODULES M: Davidlohr Bueso <[email protected]> -M: "Paul E. McKenney" <[email protected]> +M: "Paul E. McKenney" <[email protected]> M: Josh Triplett <[email protected]> S: Supported diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index 8e727f57d814..9bf1dfe7781f 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h @@ -12,7 +12,7 @@ #ifndef __LINUX_TINY_H #define __LINUX_TINY_H -#include <linux/ktime.h> +#include <asm/param.h> /* for HZ */ /* Never flag non-existent other CPUs! */ static inline bool rcu_eqs_special_set(int cpu) { return false; } |