Subject: CVS commit: src/sys/arch/arc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/16/2005 14:25:15
Module Name:	src
Committed By:	tsutsui
Date:		Wed Nov 16 14:25:15 UTC 2005

Modified Files:
	src/sys/arch/arc: TODO

Log Message:
Remove the following item:
>	-   if (ipending & INT_MASK_REAL_DEV) == 0,
>	    softnet() and softclock() are handled with all interrupt disabled.
>		-> overblocking, possibly causes missing hardclock()

XXX: It seems some other mips ports (algor, evbmips, pmax, sgimips)
XXX: also have the similar problem.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/arc/TODO

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