From: Rusty Russell Date: Sun, 6 May 2007 21:51:05 +0000 (-0700) Subject: ARRAY_SIZE: check for type X-Git-Tag: v2.6.22-rc1~878 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e631cf65f4d6875efcd571275436f2964a8b48;p=pandora-kernel.git ARRAY_SIZE: check for type We can use a gcc extension to ensure that ARRAY_SIZE() is handed an array, not a pointer. This is especially important when code is changed from a fixed array to a pointer. I assume the Intel compiler doesn't support __builtin_types_compatible_p. [jdike@addtoit.com: uml: update UML definition of ARRAY_SIZE] Signed-off-by: Rusty Russell Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed