[PATCH] uml: fix TT mode by reverting "use fork instead of clone"
[powerpc.git] / arch / um / Kconfig_i386
index 203c242..27c18a8 100644 (file)
@@ -1,4 +1,8 @@
-config 64_BIT
+config UML_X86
+       bool
+       default y
+
+config 64BIT
        bool
        default n
 
@@ -15,6 +19,18 @@ config 3_LEVEL_PGTABLES
        memory.  All the memory that can't be mapped directly will be treated
        as high memory.
 
+config STUB_CODE
+       hex
+       default 0xbfffe000
+
+config STUB_DATA
+       hex
+       default 0xbffff000
+
+config STUB_START
+       hex
+       default STUB_CODE
+
 config ARCH_HAS_SC_SIGNALS
        bool
        default y