From: Al Viro Date: Sun, 15 Jul 2007 20:00:41 +0000 (+0100) Subject: pass -msize-long to sparse on s390 X-Git-Tag: v2.6.23-rc1~1063 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=22bb3e9e24e08a59efcb49943609ae88b6f628d0;p=~shefty%2Frdma-dev.git pass -msize-long to sparse on s390 s390 is the only 32bit with unsigned long for size_t (usual for those is unsigned int). Tell sparse... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 68441e0e74b..143ed8e154a 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile @@ -19,7 +19,7 @@ CFLAGS += -m31 AFLAGS += -m31 UTS_MACHINE := s390 STACK_SIZE := 8192 -CHECKFLAGS += -D__s390__ +CHECKFLAGS += -D__s390__ -msize-long else LDFLAGS := -m elf64_s390 MODFLAGS += -fpic -D__PIC__