| diff -up linux-2.6.34.noarch/arch/x86/Makefile.orig linux-2.6.34.noarch/arch/x86/Makefile |
| |
| |
| @@ -81,6 +81,7 @@ ifdef CONFIG_CC_STACKPROTECTOR |
| $(warning stack protector enabled but no compiler support) |
| endif |
| endif |
| +KBUILD_CFLAGS += -fno-inline-functions-called-once |
| |
| # Don't unroll struct assignments with kmemcheck enabled |
| ifeq ($(CONFIG_KMEMCHECK),y) |