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 >>

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

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

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 >>

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 > --- >

[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

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

2014-09-19 Thread Jeff Kirsher
From: Mark Rustad mark.d.rus...@intel.com Use diagnostic control macros to ignore nested-externs warnings in this case. CC: Ingo Molnar mi...@redhat.com CC: Peter Zijlstra pet...@infradead.org CC: Brian Norris computersforpe...@gmail.com Signed-off-by: Mark Rustad mark.d.rus...@intel.com

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 jeffrey.t.kirs...@intel.com wrote: From: Mark Rustad mark.d.rus...@intel.com Use diagnostic control macros to ignore nested-externs warnings in this case. CC: Ingo Molnar mi...@redhat.com CC: Peter Zijlstra pet...@infradead.org CC: Brian Norris

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 richard.weinber...@gmail.com wrote: On Fri, Sep 19, 2014 at 5:29 PM, Jeff Kirsher jeffrey.t.kirs...@intel.com wrote: From: Mark Rustad mark.d.rus...@intel.com Use diagnostic control macros to ignore nested-externs warnings in this case.

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

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 rich...@nod.at 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

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 mark.d.rus...@intel.com Use diagnostic control macros to ignore nested-externs warnings in this case. CC: Ingo Molnar mi...@redhat.com CC: Peter Zijlstra pet...@infradead.org CC: Brian Norris

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 pet...@infradead.org wrote: On Fri, Sep 19, 2014 at 08:29:40AM -0700, Jeff Kirsher wrote: From: Mark Rustad mark.d.rus...@intel.com Use diagnostic control macros to ignore nested-externs warnings in this case. CC: Ingo Molnar mi...@redhat.com