2cb7878a3a
We don't set up the canary; let's disable stack protector on boot.c so we can get into lguest_init, then set it up. As a side effect, switch_to_new_gdt() sets up %fs for us properly too. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Tejun Heo <tj@kernel.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
3 lines
86 B
Makefile
3 lines
86 B
Makefile
obj-y := i386_head.o boot.o
|
|
CFLAGS_boot.o := $(call cc-option, -fno-stack-protector)
|