Re: SMP on Intel SE7500CW2

2002-08-27 Thread Craig Hawco
Alright, I'll fill in the missing info. It's a 4.6.2-RELEASE system, but I've seen nothing committed to -STABLE to fix the problem. Compile options: (from make.conf) CPUTYPE=p4 CFLAGS = -O -pipe Attached is the output of mptable. Anything else you guys could use? --Craig At 02:54 PM 27/08/2

Re: SMP on Intel SE7500CW2

2002-08-27 Thread Doug White
On Tue, 27 Aug 2002, Craig Hawco wrote: > I've been looking into PR i386/40564 as I'm the owner of an Intel > SE7500CW2. I managed to track it down to start_ap in mp_machdep.c. Can you grab an mptable(8) output for this board? I wasn't aware that these were broken, I've seen other ones work fine

Re: SMP on Intel SE7500CW2

2002-08-27 Thread Terry Lambert
Craig Hawco wrote: > I've been looking into PR i386/40564 as I'm the owner of an Intel > SE7500CW2. I managed to track it down to start_ap in mp_machdep.c. > > snippet from start_ap(): > > while (read_apic_timer()) > if (mp_ncpus > cpus) > retur

SMP on Intel SE7500CW2

2002-08-27 Thread Craig Hawco
Hello, I've been looking into PR i386/40564 as I'm the owner of an Intel SE7500CW2. I managed to track it down to start_ap in mp_machdep.c. snippet from start_ap(): while (read_apic_timer()) if (mp_ncpus > cpus) return 1; /* return SUCCE