Merge branch 'core/percpu' into x86/core
authorIngo Molnar <mingo@elte.hu>
Fri, 13 Feb 2009 08:45:09 +0000 (09:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 13 Feb 2009 08:45:09 +0000 (09:45 +0100)
1  2 
arch/x86/Kconfig
arch/x86/Makefile
arch/x86/include/asm/processor.h
arch/x86/include/asm/system.h
arch/x86/kernel/cpu/common.c
arch/x86/kernel/entry_32.S
arch/x86/kernel/head_32.S
arch/x86/kernel/traps.c

@@@ -191,9 -204,13 +191,13 @@@ config X86_H
  
  config X86_TRAMPOLINE
        bool
 -      depends on X86_SMP || (X86_VOYAGER && SMP) || (64BIT && ACPI_SLEEP)
 +      depends on SMP || (64BIT && ACPI_SLEEP)
        default y
  
+ config X86_32_LAZY_GS
+       def_bool y
+       depends on X86_32 && !CC_STACKPROTECTOR
  config KTIME_SCALAR
        def_bool X86_32
  source "init/Kconfig"
@@@ -1339,10 -1356,9 +1343,9 @@@ config CC_STACKPROTECTOR_AL
  
  config CC_STACKPROTECTOR
        bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
-       depends on X86_64
        select CC_STACKPROTECTOR_ALL
 -      help
 -          This option turns on the -fstack-protector GCC feature. This
 +      ---help---
 +        This option turns on the -fstack-protector GCC feature. This
          feature puts, at the beginning of functions, a canary value on
          the stack just before the return address, and validates
          the value just before actually returning.  Stack based buffer
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge