lift apic id fix

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1868 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu 2005-01-13 19:23:24 +00:00
parent c7870ace39
commit 4a1222d50c
1 changed files with 0 additions and 3 deletions

View File

@ -149,9 +149,6 @@ static void init_ecc_memory(unsigned node_id)
int enable_scrubbing;
uint32_t dcl;
/* For now there is a 1-1 mapping between node_id and cpu_id */
node_id = lapicid();
f1_dev = dev_find_slot(0, PCI_DEVFN(0x18 + node_id, 1));
if (!f1_dev) {
die("Cannot find cpu function 1\n");