Subject: Fix: i386 won't compile; multiple processor code
To: None <current-users@netbsd.org>
From: Peter. Bex <Peter.Bex@student.kun.nl>
List: current-users
Date: 11/28/2002 22:39:17
Hello all,

When I compile -CURRENT from anoncvs I get an error that ci->ci_apicid is
unknown in /sys/arch/i386/i386/cpu.c on line 268.

This diff fixes the problem:
------------------------------------------
269d268
<       ci->ci_apicid = caa->cpu_number;
270a270
>       ci->ci_apicid = caa->cpu_number;
------------------------------------------

HTH,
Peter

"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
        --Donald Knuth