Source-Changes-HG archive

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

[src/simonb-timecounters]: src/sys/arch/amd64/include define __HAVE_TIMECOUNE...



details:   https://anonhg.NetBSD.org/src/rev/8335fd3155db
branches:  simonb-timecounters
changeset: 587864:8335fd3155db
user:      kardel <kardel%NetBSD.org@localhost>
date:      Sun Apr 30 17:37:50 2006 +0000

description:
define __HAVE_TIMECOUNER -> switch to timcounter for amd64

diffstat:

 sys/arch/amd64/include/types.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fca843acee49 -r 8335fd3155db sys/arch/amd64/include/types.h
--- a/sys/arch/amd64/include/types.h    Sun Apr 30 17:36:55 2006 +0000
+++ b/sys/arch/amd64/include/types.h    Sun Apr 30 17:37:50 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: types.h,v 1.11 2005/12/24 20:06:47 perry Exp $ */
+/*     $NetBSD: types.h,v 1.11.6.1 2006/04/30 17:37:50 kardel Exp $    */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -70,6 +70,7 @@
 #define        __HAVE_MINIMAL_EMUL
 #define __HAVE_GENERIC_SOFT_INTERRUPTS
 #define __HAVE_CPU_MAXPROC
+#define __HAVE_TIMECOUNTER
 
 #if defined(_KERNEL)
 #define __HAVE_RAS



Home | Main Index | Thread Index | Old Index