git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d453ee
)
x86/boot: Don't overwrite cr4 when enabling PAE
author
Matt Fleming
<matt.fleming@intel.com>
Mon, 24 Feb 2014 13:37:29 +0000
(13:37 +0000)
committer
Matt Fleming
<matt.fleming@intel.com>
Tue, 4 Mar 2014 21:43:59 +0000
(21:43 +0000)
Some EFI firmware makes use of the FPU during boottime services and
clearing X86_CR4_OSFXSR by overwriting %cr4 causes the firmware to
crash.
Add the PAE bit explicitly instead of trashing the existing contents,
leaving the rest of the bits as the firmware set them.
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
No differences found