From: Akinobu Mita Date: Sun, 26 Mar 2006 09:39:53 +0000 (-0800) Subject: [PATCH] bitops: ia64: make partial_page.bitmap an unsigned long X-Git-Tag: v2.6.17-rc1~485 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b0f8a68ab475cc68f88d1e7a873490869d022e;p=pandora-kernel.git [PATCH] bitops: ia64: make partial_page.bitmap an unsigned long The find_*_bit() routines are defined to work on a pointer to unsigned long. But partial_page.bitmap is unsigned int and it is passed to find_*_bit() in arch/ia64/ia32/sys_ia32.c. So the compiler will print warnings. This patch changes to unsigned long instead. Signed-off-by: Akinobu Mita Cc: "Luck, Tony" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed