Re: [patch 03/26] Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig

2008-01-24 Thread Haavard Skinnemoen
On Thu, 24 Jan 2008 15:27:09 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > Remove the "Instrumentation Support" menu. Everything moves to "General > setup". > Delete the kernel/Kconfig.instrumentation file. Hmm. In preparation for oprofile, I currently have the below in my avr32 tree (i.e.

Re: [patch 03/26] Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig

2008-01-24 Thread Mathieu Desnoyers
* Mathieu Desnoyers ([EMAIL PROTECTED]) wrote: > Move the instrumentation Kconfig to > > arch/Kconfig for architecture dependent options > - oprofile > - kprobes > > and > > init/Kconfig for architecture independent options > - profiling > - markers > > Remove the "Instrumentation Suppo

Re: [patch 03/26] Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig

2008-01-24 Thread Mathieu Desnoyers
* Randy Dunlap ([EMAIL PROTECTED]) wrote: > On Thu, 24 Jan 2008 15:27:09 -0500 Mathieu Desnoyers wrote: > > > Move the instrumentation Kconfig to > > > > arch/Kconfig for architecture dependent options > > - oprofile > > - kprobes > > > > and > > > > init/Kconfig for architecture independen

Re: [patch 03/26] Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig

2008-01-24 Thread Randy Dunlap
On Thu, 24 Jan 2008 15:27:09 -0500 Mathieu Desnoyers wrote: > Move the instrumentation Kconfig to > > arch/Kconfig for architecture dependent options > - oprofile > - kprobes > > and > > init/Kconfig for architecture independent options > - profiling > - markers > > Remove the "Instrum