Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-10-12 Thread Tony Lindgren
* Jisheng Zhang [150923 20:26]: > Dear Tony, > > On Wed, 23 Sep 2015 11:08:15 -0700 > Tony Lindgren wrote: > > > * Kevin Hilman [150923 11:03]: > > > Jisheng Zhang writes: > > > > > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > > > must be denoted with the

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-10-12 Thread Tony Lindgren
* Jisheng Zhang [150923 20:26]: > Dear Tony, > > On Wed, 23 Sep 2015 11:08:15 -0700 > Tony Lindgren wrote: > > > * Kevin Hilman [150923 11:03]: > > > Jisheng Zhang writes: > > > > > > > The cpuidle tracepoints

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Jisheng Zhang
Dear Tony, On Wed, 23 Sep 2015 11:08:15 -0700 Tony Lindgren wrote: > * Kevin Hilman [150923 11:03]: > > Jisheng Zhang writes: > > > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > > must be denoted with the _rcuidle() version of the tracepoint. > > > > > >

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Tony Lindgren
* Kevin Hilman [150923 11:03]: > Jisheng Zhang writes: > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > must be denoted with the _rcuidle() version of the tracepoint. > > > > Signed-off-by: Jisheng Zhang > > Acked-by: Kevin Hilman Hmm is this needed as a

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Kevin Hilman
Jisheng Zhang writes: > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > must be denoted with the _rcuidle() version of the tracepoint. > > Signed-off-by: Jisheng Zhang Acked-by: Kevin Hilman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Kevin Hilman
Jisheng Zhang writes: > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > must be denoted with the _rcuidle() version of the tracepoint. > > Signed-off-by: Jisheng Zhang Acked-by: Kevin Hilman -- To

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Tony Lindgren
* Kevin Hilman [150923 11:03]: > Jisheng Zhang writes: > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > must be denoted with the _rcuidle() version of the tracepoint. > > > > Signed-off-by: Jisheng Zhang

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Jisheng Zhang
Dear Tony, On Wed, 23 Sep 2015 11:08:15 -0700 Tony Lindgren wrote: > * Kevin Hilman [150923 11:03]: > > Jisheng Zhang writes: > > > > > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > > > must be denoted

[PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-17 Thread Jisheng Zhang
The cpuidle tracepoints are called within a rcu_idle_exit() section, and must be denoted with the _rcuidle() version of the tracepoint. Signed-off-by: Jisheng Zhang --- arch/arm/mach-omap2/pm34xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-17 Thread Jisheng Zhang
The cpuidle tracepoints are called within a rcu_idle_exit() section, and must be denoted with the _rcuidle() version of the tracepoint. Signed-off-by: Jisheng Zhang --- arch/arm/mach-omap2/pm34xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git