Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/sparc64/conf Pull up revision 1.74 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/c513cad62493
branches:  netbsd-1-6
changeset: 530424:c513cad62493
user:      grant <grant%NetBSD.org@localhost>
date:      Tue Jun 24 09:30:09 2003 +0000

description:
Pull up revision 1.74 (requested by nakayama in ticket #1329):

Switch to use cycle counter (%tick) based microtime().

This is derived from alpha/microtime.c and i386/tsc_microtime.c,
and will share with both ports.

diffstat:

 sys/arch/sparc64/conf/files.sparc64 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 156275b19c6d -r c513cad62493 sys/arch/sparc64/conf/files.sparc64
--- a/sys/arch/sparc64/conf/files.sparc64       Tue Jun 24 09:22:06 2003 +0000
+++ b/sys/arch/sparc64/conf/files.sparc64       Tue Jun 24 09:30:09 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.sparc64,v 1.64 2002/05/16 01:01:41 thorpej Exp $
+#      $NetBSD: files.sparc64,v 1.64.4.1 2003/06/24 09:30:09 grant Exp $
 
 # @(#)files.sparc64    8.1 (Berkeley) 7/19/93
 # sparc64-specific configuration info
@@ -175,6 +175,7 @@
 
 file   dev/cons.c
 file   arch/sparc64/dev/consinit.c
+file   kern/kern_microtime.c
 
 file   arch/sparc/fpu/fpu.c
 file   arch/sparc/fpu/fpu_add.c



Home | Main Index | Thread Index | Old Index