Subject: CVS commit: src/sys/arch/ia64
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/21/2007 12:15:06
Module Name: src
Committed By: tsutsui
Date: Sat Jul 21 12:15:06 UTC 2007
Modified Files:
src/sys/arch/ia64/conf: files.ia64
src/sys/arch/ia64/include: cpu.h
Log Message:
- kern_kern_microtime.c is gone, so replace references of it
with new kern/kern_cctr.c in TODO comments
- also replace struct cc_microtime_state member in struct cpu_info
with struct cctr_state defined in <sys/cctr.h>, which is unused yet
in this port
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/ia64/conf/files.ia64
cvs rdiff -r1.2 -r1.3 src/sys/arch/ia64/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.