From: Benjamin LaHaise Date: Wed, 22 Jun 2005 00:14:54 +0000 (-0700) Subject: [PATCH] __mod_page_state(): pass unsigned long instead of unsigned X-Git-Tag: v2.6.13-rc1~68^2~582^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e5d8f7253cb7b14472385a6d57df1e9f848e8e;p=pandora-kernel.git [PATCH] __mod_page_state(): pass unsigned long instead of unsigned By making the offset argument of __mod_page_state an unsigned long instead of unsigned, we can avoid forcing the compiler to sign extend a usually constant argument. This saves 1 instruction on x86-64. Signed-off-by: Benjamin LaHaise Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed