From: Ulrich Drepper Date: Tue, 29 May 2012 22:06:30 +0000 (-0700) Subject: tools/vm/page-types.c: cleanups X-Git-Tag: v3.5-rc1~49^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30d539b3fe76f5bb71e069dcbfa47a1c2e6da3b;p=pandora-kernel.git tools/vm/page-types.c: cleanups Compiling page-type.c with a recent compiler produces many warnings, mostly related to signed/unsigned comparisons. This patch cleans up most of them. One remaining warning is about an unused parameter. The file doesn't define a __unused macro (or the like) yet. This can be addressed later. Signed-off-by: Ulrich Drepper Acked-by: KOSAKI Motohiro Acked-by: Fengguang Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed