more khepri cleanups.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1994 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
arch import user (historical) 2005-08-05 18:55:52 +00:00
parent 19ae9403c2
commit cad91fdd79
1 changed files with 2 additions and 1 deletions

View File

@ -13,10 +13,11 @@
static unsigned long main(unsigned long bist)
{
unsigned nodeid;
unsigned nodeid;
/* Make cerain my local apic is useable */
enable_lapic();
nodeid=lapicid();
/* Is this a cpu only reset? */
if (cpu_init_detected(nodeid)) {
if (last_boot_normal()) {