Subject: Re: CVS commit: src/sys/arch/alpha
To: Michael L. Hitch <mhitch@netbsd.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 05/18/2007 17:41:32
On Fri, May 18, 2007 at 02:45:18AM +0000, Michael L. Hitch wrote:

> Modified Files:
> 	src/sys/arch/alpha/alpha: cpu.c
> 	src/sys/arch/alpha/include: cpu.h
> 
> Log Message:
> Fix alpha MP for idlelwp:  ci_idle_lwp was added to cpu_info
> structure, but never initialized.  There's already a cpu_idlelwp
> in ci_data, which appears to be the same thing, so use that instead.

Is the alpha kernel building? I don't have decent 'net access to check it
out right now. The build problem you reported earlier (in private e-mail)
may have been caused by a circular dependency around cpu.h, intr.h, mutex.h
and sched.h. If so one way to fix it would be to decouple intr.h from cpu.h,
as was done for x86.

Andrew