From: Brian Gerst Date: Sat, 4 Sep 2010 01:17:08 +0000 (-0400) Subject: x86: Use correct type for %cr4 X-Git-Tag: v2.6.37-rc1~206^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2df7a6e9e8e67c19e5fe2eac3f2d2223b7bb4a7b;p=pandora-kernel.git x86: Use correct type for %cr4 %cr4 is 64-bit in 64-bit mode (although the upper 32-bits are currently reserved). Use unsigned long for the temporary variable to get the right size. Signed-off-by: Brian Gerst Acked-by: Pekka Enberg Cc: Suresh Siddha LKML-Reference: <1283563039-3466-2-git-send-email-brgerst@gmail.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed