Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24-rc4-git7 /kernel/Kconfig.instrumentation

Filename:/kernel/Kconfig.instrumentation
Lines Added:4
Lines Deleted:4
Also changed in: (Previous) 2.6.24-rc4-git6  2.6.24-rc4-git5  2.6.24-rc4-git4  2.6.24-rc4  2.6.24-rc3-git7  2.6.24-rc3 
(Following) 2.6.24-rc5  2.6.24-rc6  2.6.24-rc7  2.6.24-rc8  2.6.24  2.6.24-git14 

Location
[  2.6.24-rc4-git7
  [  kernel
     o  Kconfig.instrumentation

Patch

diff --git a/kernel/Kconfig.instrumentation b/kernel/Kconfig.instrumentation
index 2ea1e34..468f47a 100644
--- a/kernel/Kconfig.instrumentation
+++ b/kernel/Kconfig.instrumentation
@@ -20,8 +20,8 @@ config PROFILING
 
 config OPROFILE
    tristate "OProfile system profiling (EXPERIMENTAL)"
-   depends on PROFILING
-   depends on (ALPHA || ARM || BLACKFIN || X86_32 || IA64 || M32R || MIPS || PARISC || PPC || S390 || SUPERH || SPARC || X86_64) &&+
 !UML
+   depends on PROFILING && !UML
+   depends on ARCH_SUPPORTS_OPROFILE || ALPHA || ARM || BLACKFIN || IA64 || M32R || PARISC || PPC || S390 || SUPERH || SPARC
    help
      OProfile is a profiling system capable of profiling the
      whole system, include the kernel, kernel modules, libraries,
@@ -31,8 +31,8 @@ config OPROFILE
 
 config KPROBES
    bool "Kprobes"
-   depends on KALLSYMS && MODULES
-   depends on (X86_32 || IA64 || PPC || S390 || SPARC64 || X86_64 || AVR32) && !UML
+   depends on KALLSYMS && MODULES && !UML
+   depends on X86_32 || IA64 || PPC || S390 || SPARC64 || X86_64 || AVR32
    help
      Kprobes allows you to trap at almost any kernel address and
      execute a callback function.  register_kprobe() establishes


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.