Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/20/2007 17:06:26
Module Name:	src
Committed By:	he
Date:		Sun May 20 17:06:26 UTC 2007

Modified Files:
	src/sys/arch/evbmips/alchemy: cpu.c
	src/sys/arch/mips/alchemy: au_timer.c
	src/sys/arch/mips/alchemy/dev: com_aubus.c

Log Message:
Now that curcpu() is defined in terms of curlwp() for mips, we need to
include <sys/lwp.h> where curcpu() is used.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbmips/alchemy/cpu.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/mips/alchemy/au_timer.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/mips/alchemy/dev/com_aubus.c

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