From 3d09ccff5592d77c7a180a73cd278267541e7bc3 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Mon, 9 Feb 2009 22:17:40 +0900 Subject: [PATCH] --- yaml --- r: 136756 b: refs/heads/master c: d627ded5ab2f7818154d57369e3a8cdb40db2569 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/vdso/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 054b04c8e7fb..ede623c64c29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5d707e9c8ef2a3596ed5c975c6ff05cec890c2b4 +refs/heads/master: d627ded5ab2f7818154d57369e3a8cdb40db2569 diff --git a/trunk/arch/x86/vdso/Makefile b/trunk/arch/x86/vdso/Makefile index 4d6ef0a336d6..16a9020c8f11 100644 --- a/trunk/arch/x86/vdso/Makefile +++ b/trunk/arch/x86/vdso/Makefile @@ -38,7 +38,7 @@ $(obj)/%.so: $(obj)/%.so.dbg FORCE $(call if_changed,objcopy) CFL := $(PROFILING) -mcmodel=small -fPIC -O2 -fasynchronous-unwind-tables -m64 \ - $(filter -g%,$(KBUILD_CFLAGS)) + $(filter -g%,$(KBUILD_CFLAGS)) $(call cc-option, -fno-stack-protector) $(vobjs): KBUILD_CFLAGS += $(CFL)