Subject: CVS commit: src/sys/arch/news68k
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/10/2007 13:08:30
Module Name:	src
Committed By:	tsutsui
Date:		Sat Feb 10 13:08:30 UTC 2007

Modified Files:
	src/sys/arch/news68k/include: intr.h
	src/sys/arch/news68k/news68k: softintr.c

Log Message:
- fix prototype for ctrl_int2 port (u_char -> uint8_t) in intr.h
- use proper macro to assert/clear ctrl_int2 port for softintr
- use KDASSERT() rather than #ifdef DEBUG + assert()
- don't count uvmexp.softs twice in softintr_dispatch()

XXX: Maybe we should have common m68k/softintr.c like mips ports.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/arch/news68k/include/intr.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/news68k/news68k/softintr.c

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