aboutsummaryrefslogtreecommitdiff
blob: c06f8d9c1e077f9dccf5f38e2355a39e606c26f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Changes to rcupdate.h to use __always_inline break unoptimized 
compilation, so stop doing that.

--- kernel/conftest.sh.orig	2011-05-26 08:52:54.529943895 -0500
+++ kernel/conftest.sh	2011-05-26 08:52:13.780110714 -0500
@@ -76,7 +76,7 @@
 }
 
 build_cflags() {
-    BASE_CFLAGS="-D__KERNEL__ \
+    BASE_CFLAGS="-O2 -D__KERNEL__ \
 -DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \
 -nostdinc -isystem $ISYSTEM"