From: Brian Gerst Date: Mon, 21 May 2007 12:31:53 +0000 (+0200) Subject: i386: fix PGE mask X-Git-Tag: v2.6.22-rc3~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17304383ebc1ce68a88030ac4d18ea549d9578c7;p=pandora-kernel.git i386: fix PGE mask cr4 is a 32-bit register, so casting the mask to an unsigned char is wrong, as it clears more than the PGE bit. Signed-off-by: Brian Gerst Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed