From: Glauber Costa Date: Sat, 14 Jun 2008 00:01:46 +0000 (-0300) Subject: x86: use something common for both architectures. X-Git-Tag: v2.6.27-rc1~1106^2~46^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be9d06bfd48934fbd56ccb7476eabccfa31b4afe;p=pandora-kernel.git x86: use something common for both architectures. Using explicit hexa (0xFFFFFFUL) introduces an unnecessary difference between i386 and x86_64 because of the size of their long. Use -1UL instead. Signed-off-by: Glauber Costa Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed