Re: [PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Rustad, Mark D
On Sep 19, 2014, at 3:54 PM, Peter Zijlstra wrote: > On Fri, Sep 19, 2014 at 08:29:40AM -0700, Jeff Kirsher wrote: >> From: Mark Rustad >> >> Use diagnostic control macros to ignore nested-externs warnings >> in this case. >> >> CC: Ingo Molnar >> CC: Peter Zijlstra >> CC: Brian Norris >> S

Re: [PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Peter Zijlstra
On Fri, Sep 19, 2014 at 08:29:40AM -0700, Jeff Kirsher wrote: > From: Mark Rustad > > Use diagnostic control macros to ignore nested-externs warnings > in this case. > > CC: Ingo Molnar > CC: Peter Zijlstra > CC: Brian Norris > Signed-off-by: Mark Rustad > Signed-off-by: Jeff Kirsher > ---

Re: [PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Rustad, Mark D
On Sep 19, 2014, at 1:41 PM, Richard Weinberger wrote: > Am 19.09.2014 22:34, schrieb Rustad, Mark D: >> Excellent. I'll try adding an include of delayacct.h instead. My patch was >> based on the assumption that the existing code was wanted in that form for >> some reason, so the patch served a

Re: [PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Richard Weinberger
Am 19.09.2014 22:34, schrieb Rustad, Mark D: > Excellent. I'll try adding an include of delayacct.h instead. My patch was > based on the assumption that the existing code was wanted in that form for > some reason, so the patch served a purpose in recognizing that it isn't. So > the macros have s

Re: [PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Rustad, Mark D
On Sep 19, 2014, at 12:34 PM, Richard Weinberger wrote: > On Fri, Sep 19, 2014 at 5:29 PM, Jeff Kirsher > wrote: >> From: Mark Rustad >> >> Use diagnostic control macros to ignore nested-externs warnings >> in this case. >> >> CC: Ingo Molnar >> CC: Peter Zijlstra >> CC: Brian Norris >> S

Re: [PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Richard Weinberger
On Fri, Sep 19, 2014 at 5:29 PM, Jeff Kirsher wrote: > From: Mark Rustad > > Use diagnostic control macros to ignore nested-externs warnings > in this case. > > CC: Ingo Molnar > CC: Peter Zijlstra > CC: Brian Norris > Signed-off-by: Mark Rustad > Signed-off-by: Jeff Kirsher > --- > include

[PATCH 7/7] sched: Silence nested-externs warnings

2014-09-19 Thread Jeff Kirsher
From: Mark Rustad Use diagnostic control macros to ignore nested-externs warnings in this case. CC: Ingo Molnar CC: Peter Zijlstra CC: Brian Norris Signed-off-by: Mark Rustad Signed-off-by: Jeff Kirsher --- include/linux/sched.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include