From a21dd7cfa359e1aa6717d8e1803ace25ff629e7e Mon Sep 17 00:00:00 2001 From: Eugene Teo Date: Wed, 15 Jul 2009 14:59:10 +0800 Subject: [PATCH] --- yaml --- r: 155495 b: refs/heads/master c: a3ca86aea507904148870946d599e07a340b39bf h: refs/heads/master i: 155493: 716708dc5ba4b4de7d067119efb5b3ae1a809f90 155491: 8d96fedd43b5fbbf41674254928d4727eb82cfba 155487: b9028eb88b1b2d3436b6195e9137faa9309bc8df v: v3 --- [refs] | 2 +- trunk/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f670f3530eac..4273e1a28dff 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a21b8cb3550f19f838f7c48345fbbf6a0e8536b +refs/heads/master: a3ca86aea507904148870946d599e07a340b39bf diff --git a/trunk/Makefile b/trunk/Makefile index be0abacd042d..79957b338770 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -343,7 +343,8 @@ KBUILD_CPPFLAGS := -D__KERNEL__ KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ -fno-strict-aliasing -fno-common \ -Werror-implicit-function-declaration \ - -Wno-format-security + -Wno-format-security \ + -fno-delete-null-pointer-checks KBUILD_AFLAGS := -D__ASSEMBLY__ # Read KERNELRELEASE from include/config/kernel.release (if it exists)