Subject: CVS commit: src/sys/arch/alpha
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 05/18/2007 02:45:18
Module Name:	src
Committed By:	mhitch
Date:		Fri May 18 02:45:18 UTC 2007

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.


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sys/arch/alpha/alpha/cpu.c
cvs rdiff -r1.68 -r1.69 src/sys/arch/alpha/include/cpu.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.