Subject: Re: kernel panic (after MP)
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: current-users
Date: 10/03/2002 18:03:28
On Thu, Oct 03, 2002 at 02:42:49PM +0100, Patrick Welche wrote:
> cpu0 at mainbus0: (uniprocessor)
> uvm_fault(0xc043aee0, 0x746e6000, 0, 1) -> e
> kernel: page fault trap, code=0
> Stopped in pid 0 (swapper) at identifycpu+0x2f3: cmpb $0, 0(%edx)
> 
> identifycpu()
> cpu_attach()
> config_attach()
> config_found_sm()
> mainbus_attach()
> config_attach()
> config_rootfound()
> cpu_configure()
> configure()
> main()
> 
> The cpu is a:
> cpu0: Intel Pentium 4 (686-class), 1495.52 MHz

Apparently one of the cpuid values overflows a table. Which is odd,
because it works in -current (and my P4 works just fine). I'll
have a look.

- Frank