posix-timers: move the initialization of timer->sigq from send to create path
[linux-2.6/mini2440.git] / arch / um / Kconfig.x86_64
blob5696e7b374b31904b7559d045b7235b4e25bcf3e
2 menu "Host processor type and features"
4 source "arch/x86/Kconfig.cpu"
6 endmenu
8 config UML_X86
9         bool
10         default y
12 config 64BIT
13         bool
14         default y
16 #XXX: this is so in the underlying arch, but it's wrong!!!
17 config RWSEM_GENERIC_SPINLOCK
18         bool
19         default y
21 config 3_LEVEL_PGTABLES
22        bool
23        default y
25 config ARCH_HAS_SC_SIGNALS
26         bool
27         default n
29 config ARCH_REUSE_HOST_VSYSCALL_AREA
30         bool
31         default n
33 config SMP_BROKEN
34         bool
35         default y
37 config GENERIC_HWEIGHT
38         bool
39         default y
41 config ARCH_SUPPORTS_AOUT
42         def_bool y