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

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

Advertisement

Kernel v2.6.24 /arch/sparc64/Kconfig

Filename:/arch/sparc64/Kconfig
Lines Added:7
Lines Deleted:19
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3 
(Following) 2.6.24-git8  2.6.24-git9  2.6.24-git10  2.6.24-git11  2.6.24-git12  2.6.24-git13 

Location
[  2.6.24
  [  arch
    [  sparc64
       o  Kconfig

Patch

diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index 33dabf5..10b212a 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -72,6 +72,10 @@ config ARCH_NO_VIRT_TO_BUS
 config OF
    def_bool y
 
+config GENERIC_HARDIRQS_NO__DO_IRQ
+   bool
+   def_bool y
+
 choice
    prompt "Kernel page size"
    default SPARC64_PAGE_SIZE_8KB
@@ -240,10 +244,10 @@ config ARCH_SELECT_MEMORY_MODEL
 
 config ARCH_SPARSEMEM_ENABLE
    def_bool y
+   select SPARSEMEM_VMEMMAP_ENABLE
 
 config ARCH_SPARSEMEM_DEFAULT
    def_bool y
-   select SPARSEMEM_STATIC
 
 source "mm/Kconfig"
 
@@ -404,7 +408,7 @@ config SUNOS_EMUL
 
 config SOLARIS_EMUL
    tristate "Solaris binary emulation (EXPERIMENTAL)"
-   depends on SPARC32_COMPAT && EXPERIMENTAL
+   depends on SPARC32_COMPAT && NET && EXPERIMENTAL
    help
      This is experimental code which will enable you to run (many)
      Solaris binaries on your SPARC Linux machine.
@@ -456,25 +460,9 @@ source "drivers/Kconfig"
 
 source "drivers/sbus/char/Kconfig"
 
-source "drivers/fc4/Kconfig"
-
 source "fs/Kconfig"
 
-menu "Instrumentation Support"
-        depends on EXPERIMENTAL
-
-source "arch/sparc64/oprofile/Kconfig"
-
-config KPROBES
-   bool "Kprobes (EXPERIMENTAL)"
-   depends on KALLSYMS && EXPERIMENTAL && MODULES
-   help
-     Kprobes allows you to trap at almost any kernel address and
-     execute a callback function.  register_kprobe() establishes
-     a probepoint and specifies the callback.  Kprobes is useful
-     for kernel debugging, non-intrusive instrumentation and testing.
-     If in doubt, say "N".
-endmenu
+source "kernel/Kconfig.instrumentation"
 
 source "arch/sparc64/Kconfig.debug"
 


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