diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-08-20 12:05:24 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-20 12:05:24 +0200 |
commit | cbcb340cb6a6f9f32724c90493f509dd41105e20 (patch) | |
tree | 18e089ee1c74700e59e668de5aed744b15089586 /arch/x86/kernel/cpu/Makefile | |
parent | i386: Fix section mismatches for init code with !HOTPLUG_CPU (diff) | |
parent | xen: rearrange things to fix stackprotector (diff) | |
download | linux-cbcb340cb6a6f9f32724c90493f509dd41105e20.tar.xz linux-cbcb340cb6a6f9f32724c90493f509dd41105e20.zip |
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent
Diffstat (limited to 'arch/x86/kernel/cpu/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index 3efcb2b96a15..c1f253dac155 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile @@ -7,6 +7,10 @@ ifdef CONFIG_FUNCTION_TRACER CFLAGS_REMOVE_common.o = -pg endif +# Make sure load_percpu_segment has no stackprotector +nostackp := $(call cc-option, -fno-stack-protector) +CFLAGS_common.o := $(nostackp) + obj-y := intel_cacheinfo.o addon_cpuid_features.o obj-y += proc.o capflags.o powerflags.o common.o obj-y += vmware.o hypervisor.o |