Subject: CVS commit: src/sys/arch/atari
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/18/2007 22:58:52
Module Name:	src
Committed By:	he
Date:		Fri May 18 22:58:52 UTC 2007

Modified Files:
	src/sys/arch/atari/atari: genassym.cf locore.s trap.c
	src/sys/arch/atari/include: cpu.h

Log Message:
Adapt to the merge of the yamt-idlelwp branch.
curcpu()->ci_want_resched is now required, so get rid of the
want_resched global.  Also, cpu_need_resched() now takes two arguments.
The l_next and l_back fields in struct lwp no longer exists, so delete
references to it from genassym.cf.
Also, m68k/m68k/proc_subr.s is no longer used, says mhitch, so remove its use.

This brings the atari BOOT kernel back to a buildable state.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/atari/atari/genassym.cf
cvs rdiff -r1.97 -r1.98 src/sys/arch/atari/atari/locore.s
cvs rdiff -r1.88 -r1.89 src/sys/arch/atari/atari/trap.c
cvs rdiff -r1.52 -r1.53 src/sys/arch/atari/include/cpu.h

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