Messages in this thread |  | | | Date | Tue, 11 Dec 2007 21:33:45 -0800 | | From | Andrew Morton <> | | Subject | Re: [patch 2/4] Add HAVE_OPROFILE |
On Sat, 08 Dec 2007 10:32:57 -0500 Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> wrote:
> @@ -21,7 +21,7 @@ config PROFILING
> config OPROFILE
> tristate "OProfile system profiling (EXPERIMENTAL)"
> depends on PROFILING && !UML
> - depends on ALPHA || ARM || AVR32 || BLACKFIN || X86_32 || IA64 || M32R || MIPS || PARISC || PPC || S390 || SUPERH || SPARC || X86_64
> + depends on HAVE_OPROFILE
> help
> OProfile is a profiling system capable of profiling the
> whole system, include the kernel, kernel modules, libraries,
So the "&& !UML" in there shold now be obsolete? I removed it...
Ditto the one for KPROBES.
|  |