From 25fb35966e0db0574e4fca4d520c6239ef23482e Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Tue, 2 Nov 2010 15:43:32 -0700 Subject: datapath: Work around debugging for csum_and_copy_to_user(). Certain versions of XenServer add debugging to csum_and_copy_to_user() in such a way that it changes the function signature. This adds a check and a workaround to allow us to build on these versions. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acinclude.m4') diff --git a/acinclude.m4 b/acinclude.m4 index 0af7fd0f..2296dbd9 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -156,6 +156,9 @@ AC_DEFUN([OVS_CHECK_LINUX26_COMPAT], [ mkdir -p datapath/linux-2.6 : > datapath/linux-2.6/kcompat.h.new + OVS_GREP_IFELSE([$KSRC26/arch/x86/include/asm/checksum_32.h], [src_err,], + [OVS_DEFINE([HAVE_CSUM_COPY_DBG])]) + OVS_GREP_IFELSE([$KSRC26/include/linux/err.h], [ERR_CAST], [OVS_DEFINE([HAVE_ERR_CAST])]) -- cgit v1.2.3