code reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1560 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5002af6a18
commit
6a8745ae57
|
@ -1,7 +1,6 @@
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
#include <arch/ioapic.h>
|
#include <arch/ioapic.h>
|
||||||
|
|
||||||
/* TODO: this must move to chip/intel */
|
|
||||||
/* we have to do more than we thought. I assumed Linux would do all the
|
/* we have to do more than we thought. I assumed Linux would do all the
|
||||||
* interesting parts, and I was wrong.
|
* interesting parts, and I was wrong.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -115,6 +115,7 @@ var_iorr_msr:
|
||||||
mem_top:
|
mem_top:
|
||||||
.long 0xC001001A, 0xC001001D
|
.long 0xC001001A, 0xC001001D
|
||||||
.long 0x000 /* NULL, end of table */
|
.long 0x000 /* NULL, end of table */
|
||||||
|
|
||||||
earlymtrr_end:
|
earlymtrr_end:
|
||||||
/* Restore the BIST value */
|
/* Restore the BIST value */
|
||||||
movl %ebp, %eax
|
movl %ebp, %eax
|
Loading…
Reference in New Issue