Subject: Re: problem with -current and sommerfeld_i386mp_1
To: jonathan <jonathan@littlepeople.net>
From: Martin Husemann <martin@duskware.de>
List: tech-smp
Date: 07/14/2001 11:55:12
> locore.o(.text+0x97): undefined reference to `cpu_info_primary'
> locore.o(.text+0x16a): undefined reference to `cpu_info_primary'
> locore.o: In function `kcopy':
> locore.o(.text+0x370): undefined reference to `cpu_info'
> locore.o(.text+0x3b4): undefined reference to `cpu_info'
> locore.o(.text+0x3ee): undefined reference to `cpu_info'

Your config file is missing something, check if you have

   ioapic* at mainbus? apid ?

and

   cpu* at mainbus? apid ?

The first is from GENERIC.MP, the second is a difference between the MP branchs
GENERIC and the heads GENERIC. You are missing the latter, I think.


Martin