Add SSE3 dependent code
authorefdesign98 <efdesign98@gmail.com>
Thu, 21 Jul 2011 02:11:46 +0000 (20:11 -0600)
committerPatrick Georgi <patrick@georgi-clan.de>
Fri, 22 Jul 2011 06:22:59 +0000 (08:22 +0200)
commit3cab93ce8ee8943a9e700535d36e0ceaab87b82e
tree3961635e6d4264dd89be39cc16036b61e12f31c3
parent00c8c4a31632150fa711493f39e727da950ebe9f
Add SSE3 dependent code

This change separates out changes that were initially found
in the commit for XHCI and AHCI changes to "arch/x86/Makefile.
inc".  It also corrects a comment.  The SSE3 dependent code
adds a pair of CR4 access functions and a blob of code that
re-sets CR4.OSFXSR and CR4.OSXMMEXCPT.

Change-Id: Id97256978da81589d97dcae97981a049101b5258
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Signed-off-by: efdesign98 <efdesign98@gmail.com>
Reviewed-on: http://review.coreboot.org/113
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
src/cpu/x86/lapic/lapic_cpu_init.c [changed mode: 0644->0755]