From: H. Peter Anvin Date: Wed, 16 May 2012 21:02:05 +0000 (-0700) Subject: x86, realmode: Change EFER to a single u64 field X-Git-Tag: v3.5-rc1~45^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=638d957b51c88852de72f15f7cd588d125e97dab;p=pandora-kernel.git x86, realmode: Change EFER to a single u64 field Change EFER to be a single u64 field instead of two u32 fields; change the order to maintain alignment. Note that on x86-64 cr4 is really also a 64-bit quantity, although we can only set the low 32 bits from the trampoline code since it is still executing in 32-bit mode at that point. Signed-off-by: H. Peter Anvin Cc: Jarkko Sakkinen --- Reading git-diff-tree failed