summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorperry <perry@NetBSD.org>2006-09-03 20:42:14 +0000
committerperry <perry@NetBSD.org>2006-09-03 20:42:14 +0000
commite1c0963dfd79c3b7bb97b7ba1cbfe1e17c70ddf9 (patch)
tree676b75c75ec6f9aa6a6a44fdb3fce60485307384 /sys
parent8a4431f0b8b996c8fce64bd4d37f1f97312e2ee8 (diff)
temporarily turn on "__HAVE_GENERIC_TODR"
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/include/types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/types.h b/sys/arch/amd64/include/types.h
index ac0a96d90ad..61b56d903c0 100644
--- a/sys/arch/amd64/include/types.h
+++ b/sys/arch/amd64/include/types.h
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.13 2006/09/03 13:51:23 bjh21 Exp $ */
+/* $NetBSD: types.h,v 1.14 2006/09/03 20:42:14 perry Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -70,6 +70,7 @@ typedef volatile int __cpu_simple_lock_t;
#define __HAVE_GENERIC_SOFT_INTERRUPTS
#define __HAVE_CPU_MAXPROC
#define __HAVE_TIMECOUNTER
+#define __HAVE_GENERIC_TODR
#if defined(_KERNEL)
#define __HAVE_RAS