From: Greg Kroah-Hartman Date: Wed, 15 Sep 2010 23:10:51 +0000 (-0700) Subject: fix .27 build breakage X-Git-Tag: v2.6.27.54~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfeaa61849702f3794e88d52f27b5b71d339a315;p=thirdparty%2Fkernel%2Fstable-queue.git fix .27 build breakage --- diff --git a/queue-2.6.27/compat-make-compat_alloc_user_space-incorporate-the-access_ok.patch b/queue-2.6.27/compat-make-compat_alloc_user_space-incorporate-the-access_ok.patch index 708af9718ef..0052bf33665 100644 --- a/queue-2.6.27/compat-make-compat_alloc_user_space-incorporate-the-access_ok.patch +++ b/queue-2.6.27/compat-make-compat_alloc_user_space-incorporate-the-access_ok.patch @@ -53,8 +53,8 @@ Signed-off-by: Greg Kroah-Hartman include/asm-parisc/compat.h | 2 +- include/asm-x86/compat.h | 2 +- include/linux/compat.h | 2 ++ - kernel/compat.c | 21 +++++++++++++++++++++ - 9 files changed, 30 insertions(+), 7 deletions(-) + kernel/compat.c | 22 ++++++++++++++++++++++ + 9 files changed, 31 insertions(+), 7 deletions(-) --- a/arch/ia64/include/asm/compat.h +++ b/arch/ia64/include/asm/compat.h @@ -145,7 +145,15 @@ Signed-off-by: Greg Kroah-Hartman #endif /* _LINUX_COMPAT_H */ --- a/kernel/compat.c +++ b/kernel/compat.c -@@ -1081,3 +1081,24 @@ compat_sys_sysinfo(struct compat_sysinfo +@@ -23,6 +23,7 @@ + #include + #include + #include ++#include + + #include + +@@ -1081,3 +1082,24 @@ compat_sys_sysinfo(struct compat_sysinfo return 0; }