diff options
Diffstat (limited to 'arch/um/Kconfig.i386')
-rw-r--r-- | arch/um/Kconfig.i386 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/um/Kconfig.i386 b/arch/um/Kconfig.i386 index d6cffb27fff8..9876d80d85dd 100644 --- a/arch/um/Kconfig.i386 +++ b/arch/um/Kconfig.i386 | |||
@@ -65,20 +65,6 @@ config 3_LEVEL_PGTABLES | |||
65 | However, this it experimental on 32-bit architectures, so if unsure say | 65 | However, this it experimental on 32-bit architectures, so if unsure say |
66 | N (on x86-64 it's automatically enabled, instead, as it's safe there). | 66 | N (on x86-64 it's automatically enabled, instead, as it's safe there). |
67 | 67 | ||
68 | config STUB_CODE | ||
69 | hex | ||
70 | default 0xbfffe000 if !HOST_VMSPLIT_2G | ||
71 | default 0x7fffe000 if HOST_VMSPLIT_2G | ||
72 | |||
73 | config STUB_DATA | ||
74 | hex | ||
75 | default 0xbffff000 if !HOST_VMSPLIT_2G | ||
76 | default 0x7ffff000 if HOST_VMSPLIT_2G | ||
77 | |||
78 | config STUB_START | ||
79 | hex | ||
80 | default STUB_CODE | ||
81 | |||
82 | config ARCH_HAS_SC_SIGNALS | 68 | config ARCH_HAS_SC_SIGNALS |
83 | bool | 69 | bool |
84 | default y | 70 | default y |