Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/alpha
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
Home |
Main Index |
Thread Index |
Old Index