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/xen/Makefile | |
parent | 78b89ecd731798f2fec8cc26ca90739253cec33c (diff) | |
parent | ce2eef33d35cd7b932492b5a81fb0febd2b323cd (diff) |
Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/urgent
Diffstat (limited to 'arch/x86/xen/Makefile')
-rw-r--r-- | arch/x86/xen/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile index 172438f86a0..7410640db17 100644 --- a/arch/x86/xen/Makefile +++ b/arch/x86/xen/Makefile @@ -5,6 +5,10 @@ CFLAGS_REMOVE_time.o = -pg CFLAGS_REMOVE_irq.o = -pg endif +# Make sure early boot has no stackprotector +nostackp := $(call cc-option, -fno-stack-protector) +CFLAGS_enlighten.o := $(nostackp) + obj-y := enlighten.o setup.o multicalls.o mmu.o irq.o \ time.o xen-asm.o xen-asm_$(BITS).o \ grant-table.o suspend.o |