Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-28 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 02:55:45PM -0800, j...@joshtriplett.org wrote: > On Thu, Feb 27, 2014 at 08:23:35PM +0100, Peter Zijlstra wrote: > > On Thu, Feb 27, 2014 at 07:51:50AM -0800, Josh Triplett wrote: > > > On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: > > > > On Thu, Feb 27,

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-28 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 02:55:45PM -0800, j...@joshtriplett.org wrote: On Thu, Feb 27, 2014 at 08:23:35PM +0100, Peter Zijlstra wrote: On Thu, Feb 27, 2014 at 07:51:50AM -0800, Josh Triplett wrote: On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: On Thu, Feb 27, 2014 at

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread josh
On Thu, Feb 27, 2014 at 08:23:35PM +0100, Peter Zijlstra wrote: > On Thu, Feb 27, 2014 at 07:51:50AM -0800, Josh Triplett wrote: > > On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: > > > On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: > > > > Add prototype

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 07:51:50AM -0800, Josh Triplett wrote: > On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: > > On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: > > > Add prototype declaration of function to header file > > > include/linux/perf_event.h because

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Josh Triplett
On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: > On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: > > Add prototype declaration of function to header file > > include/linux/perf_event.h because it is used by more than one file. > > > > This eliminates the following

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: > Add prototype declaration of function to header file > include/linux/perf_event.h because it is used by more than one file. > > This eliminates the following warning in kernel/events/core.c: > kernel/events/core.c:3743:13: warning:

[PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Rashika Kheria
Add prototype declaration of function to header file include/linux/perf_event.h because it is used by more than one file. This eliminates the following warning in kernel/events/core.c: kernel/events/core.c:3743:13: warning: no previous prototype for ‘arch_perf_update_userpage’

[PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Rashika Kheria
Add prototype declaration of function to header file include/linux/perf_event.h because it is used by more than one file. This eliminates the following warning in kernel/events/core.c: kernel/events/core.c:3743:13: warning: no previous prototype for ‘arch_perf_update_userpage’

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: Add prototype declaration of function to header file include/linux/perf_event.h because it is used by more than one file. This eliminates the following warning in kernel/events/core.c: kernel/events/core.c:3743:13: warning: no

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Josh Triplett
On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: Add prototype declaration of function to header file include/linux/perf_event.h because it is used by more than one file. This eliminates the following warning

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 07:51:50AM -0800, Josh Triplett wrote: On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: Add prototype declaration of function to header file include/linux/perf_event.h because it is used

Re: [PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread josh
On Thu, Feb 27, 2014 at 08:23:35PM +0100, Peter Zijlstra wrote: On Thu, Feb 27, 2014 at 07:51:50AM -0800, Josh Triplett wrote: On Thu, Feb 27, 2014 at 12:54:14PM +0100, Peter Zijlstra wrote: On Thu, Feb 27, 2014 at 05:02:48PM +0530, Rashika Kheria wrote: Add prototype declaration of