Re: [PATCH 17/22] 2.6.22-rc3 perfmon2 : modified powerpc files

2007-06-05 Thread Stephane Eranian
David, On Tue, Jun 05, 2007 at 09:52:19AM -0700, David Rientjes wrote: > > > > @@ -330,10 +330,22 @@ > > > > #define __NR_signalfd 305 > > > > #define __NR_timerfd 306 > > > > #define __NR_eventfd 307 > > > > +#define __NR_pfm_create_context308 > > > > +#def

Re: [PATCH 17/22] 2.6.22-rc3 perfmon2 : modified powerpc files

2007-06-05 Thread David Rientjes
On Tue, 5 Jun 2007, Stephane Eranian wrote: > > > diff --exclude=.git -urp linux-2.6.22.base/include/asm-powerpc/unistd.h > > > linux-2.6.22/include/asm-powerpc/unistd.h > > > --- linux-2.6.22.base/include/asm-powerpc/unistd.h2007-05-29 > > > 03:17:57.0 -0700 > > > +++ linux-2.6.

Re: [PATCH 17/22] 2.6.22-rc3 perfmon2 : modified powerpc files

2007-06-05 Thread Stephane Eranian
David, On Mon, Jun 04, 2007 at 07:40:53AM -0700, David Rientjes wrote: > > include/asm-powerpc/thread_info.h: > > - add TIF_PERFMON which is used for PMU context switching in > > __switch_to() > > > > You mean TIF_PERFMON_CTXSW and TIF_PERFMON_WORK. > Yes. > > --- linux-2.6.22.base/includ

Re: [PATCH 17/22] 2.6.22-rc3 perfmon2 : modified powerpc files

2007-06-04 Thread David Rientjes
On Tue, 29 May 2007, Stephane Eranian wrote: > This patch contains the modified powerpc files. > > > The modified files are as follows: > > arch/powerpc/Kconfig: > - add link to perfmon menuconfig options > > arch/powerpc/Makefile: > - add perfmon subdir > > arch/powerpc/kernel/en

[PATCH 17/22] 2.6.22-rc3 perfmon2 : modified powerpc files

2007-05-29 Thread Stephane Eranian
This patch contains the modified powerpc files. The modified files are as follows: arch/powerpc/Kconfig: - add link to perfmon menuconfig options arch/powerpc/Makefile: - add perfmon subdir arch/powerpc/kernel/entry_64.S: - add hook for extra work before kernel exit. Ne