Subject: CVS commit: src/sys/arch/arc
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/30/2005 04:34:03
Module Name: src
Committed By: tsutsui
Date: Sun Oct 30 04:34:03 UTC 2005
Modified Files:
src/sys/arch/arc/arc: timer.c
src/sys/arch/arc/include: param.h
Log Message:
- use mips3_cp0_count_read() for delay(9).
- delay(9) should take unsigned int, not int.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/arc/arc/timer.c
cvs rdiff -r1.20 -r1.21 src/sys/arch/arc/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.