diff options
author | Avi Kivity <avi@redhat.com> | 2009-12-03 08:30:06 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-12-03 08:30:06 +0100 |
commit | 58988b07cfe2ebe9f9b39d973fd8a083390e749f (patch) | |
tree | f7a164abe85b8aa768c58a80c1261208372fb4b0 /arch/x86/Kconfig | |
parent | Linux 2.6.32 (diff) | |
parent | core: Fix user return notifier on fork() (diff) | |
download | linux-58988b07cfe2ebe9f9b39d973fd8a083390e749f.tar.xz linux-58988b07cfe2ebe9f9b39d973fd8a083390e749f.zip |
Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 72ace9515a07..8b54096e6d73 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -50,6 +50,7 @@ config X86 select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_LZMA select HAVE_ARCH_KMEMCHECK + select HAVE_USER_RETURN_NOTIFIER config OUTPUT_FORMAT string |