]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/Kconfig.x86_64
x86, UML: remove x86-specific implementations of find_first_bit
[linux-2.6-omap-h63xx.git] / arch / um / Kconfig.x86_64
index d632e9a89cc3d671ab69730cb5d0e457457e30d9..cc42e59585d2ca2399bcc85e045113b9c03bfabe 100644 (file)
@@ -1,3 +1,10 @@
+
+menu "Host processor type and features"
+
+source "arch/x86/Kconfig.cpu"
+
+endmenu
+
 config UML_X86
        bool
        default y
@@ -11,14 +18,6 @@ config RWSEM_GENERIC_SPINLOCK
        bool
        default y
 
-config SEMAPHORE_SLEEPERS
-       bool
-       default y
-
-config TOP_ADDR
-       hex
-       default 0x7fc0000000
-
 config 3_LEVEL_PGTABLES
        bool
        default y
@@ -35,7 +34,17 @@ config SMP_BROKEN
        bool
        default y
 
+config GENERIC_FIND_FIRST_BIT
+       bool
+       default y
+
+config GENERIC_FIND_NEXT_BIT
+       bool
+       default y
+
 config GENERIC_HWEIGHT
        bool
        default y
 
+config ARCH_SUPPORTS_AOUT
+       def_bool y