Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-27 Thread Frederic Weisbecker
On Wed, Sep 25, 2013 at 10:38:58AM -0700, Kevin Hilman wrote: Frederic Weisbecker fweis...@gmail.com writes: 2013/9/14, Russell King - ARM Linux li...@arm.linux.org.uk: On Fri, Sep 13, 2013 at 07:03:34PM +0200, Frederic Weisbecker wrote: diff --git a/kernel/context_tracking.c

Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-25 Thread Kevin Hilman
Frederic Weisbecker fweis...@gmail.com writes: 2013/9/14, Russell King - ARM Linux li...@arm.linux.org.uk: On Fri, Sep 13, 2013 at 07:03:34PM +0200, Frederic Weisbecker wrote: diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c index 247091b..859c8df 100644 ---

Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-22 Thread Frederic Weisbecker
2013/9/14, Russell King - ARM Linux li...@arm.linux.org.uk: On Fri, Sep 13, 2013 at 07:03:34PM +0200, Frederic Weisbecker wrote: diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c index 247091b..859c8df 100644 --- a/kernel/context_tracking.c +++ b/kernel/context_tracking.c @@

Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-16 Thread Kevin Hilman
On Sat, Sep 14, 2013 at 7:19 AM, Frederic Weisbecker fweis...@gmail.com wrote: On Fri, Sep 13, 2013 at 03:50:07PM -0700, Kevin Hilman wrote: Frederic Weisbecker fweis...@gmail.com writes: On Tue, Sep 10, 2013 at 08:07:45AM -0700, Kevin Hilman wrote: Nicolas Pitre nicolas.pi...@linaro.org

Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-15 Thread Russell King - ARM Linux
On Fri, Sep 13, 2013 at 07:03:34PM +0200, Frederic Weisbecker wrote: diff --git a/kernel/context_tracking.c b/kernel/context_tracking.c index 247091b..859c8df 100644 --- a/kernel/context_tracking.c +++ b/kernel/context_tracking.c @@ -51,6 +51,15 @@ void context_tracking_user_enter(void)

Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-14 Thread Frederic Weisbecker
On Fri, Sep 13, 2013 at 03:50:07PM -0700, Kevin Hilman wrote: Frederic Weisbecker fweis...@gmail.com writes: On Tue, Sep 10, 2013 at 08:07:45AM -0700, Kevin Hilman wrote: Nicolas Pitre nicolas.pi...@linaro.org writes: Adding Kevin Hilman to the CC as he might be interested as well.

[PATCH] arm: Fix build error with context tracking calls

2013-09-13 Thread Frederic Weisbecker
Sep 2013 00:54:17 +0200 Subject: [PATCH] arm: Fix build error with context tracking calls ad65782fba50 (context_tracking: Optimize main APIs off case with static key) converted context tracking main APIs to inline functions and left ARM asm callers behind. This can be easily fixed by making ARM

Re: [PATCH] arm: Fix build error with context tracking calls

2013-09-13 Thread Kevin Hilman
Frederic Weisbecker fweis...@gmail.com writes: On Tue, Sep 10, 2013 at 08:07:45AM -0700, Kevin Hilman wrote: Nicolas Pitre nicolas.pi...@linaro.org writes: Adding Kevin Hilman to the CC as he might be interested as well. Thanks, I'd already noticed this but was distracted getting arm-soc