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

2007-12-11 Thread Andrew Morton
On Sat, 08 Dec 2007 10:32:59 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > +config OPROFILE > + tristate "OProfile system profiling (EXPERIMENTAL)" > + depends on PROFILING && !UML > + depends on HAVE_OPROFILE And I removed the !UML here. UML shouldn't be setting HAVE_OPROFILE

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

2007-11-07 Thread Haavard Skinnemoen
On Tue, 06 Nov 2007 15:37:28 -0500 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > Index: linux-2.6-lttng/init/Kconfig > === > --- linux-2.6-lttng.orig/init/Kconfig 2007-11-02 13:16:41.0 -0400 > +++ linux-2.6-lttng/init/Kconfig