Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/simonb-timecounters]: src/sys/arch/i386/i386 - clock.h only contained TS...
details: https://anonhg.NetBSD.org/src/rev/2e90ea0b3d13
branches: simonb-timecounters
changeset: 587867:2e90ea0b3d13
user: kardel <kardel%NetBSD.org@localhost>
date: Sun Apr 30 17:44:07 2006 +0000
description:
- clock.h only contained TSC timecounter initialization
declarations that now live in x86/x86/tsc.h
diffstat:
sys/arch/i386/i386/machdep.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r f2971cb22f84 -r 2e90ea0b3d13 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Sun Apr 30 17:41:30 2006 +0000
+++ b/sys/arch/i386/i386/machdep.c Sun Apr 30 17:44:07 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.570.2.3 2006/04/22 11:37:32 simonb Exp $ */
+/* $NetBSD: machdep.c,v 1.570.2.4 2006/04/30 17:44:07 kardel Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.570.2.3 2006/04/22 11:37:32 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.570.2.4 2006/04/30 17:44:07 kardel Exp $");
#include "opt_beep.h"
#include "opt_compat_ibcs2.h"
@@ -132,7 +132,6 @@
#include <sys/sysctl.h>
-#include <machine/clock.h>
#include <machine/cpu.h>
#include <machine/cpufunc.h>
#include <machine/cpuvar.h>
@@ -144,6 +143,8 @@
#include <machine/specialreg.h>
#include <machine/bootinfo.h>
#include <machine/mtrr.h>
+#include <x86/x86/tsc.h>
+
#include <machine/multiboot.h>
#include <dev/isa/isareg.h>
Home |
Main Index |
Thread Index |
Old Index