Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include remove unused x86_cpu_initclock_func()
details: https://anonhg.NetBSD.org/src/rev/6e1d514059f8
branches: trunk
changeset: 957062:6e1d514059f8
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Nov 15 13:59:42 2020 +0000
description:
remove unused x86_cpu_initclock_func()
diffstat:
sys/arch/x86/include/machdep.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 050b79f4c6f6 -r 6e1d514059f8 sys/arch/x86/include/machdep.h
--- a/sys/arch/x86/include/machdep.h Sun Nov 15 12:33:53 2020 +0000
+++ b/sys/arch/x86/include/machdep.h Sun Nov 15 13:59:42 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.h,v 1.10 2020/04/25 15:26:18 bouyer Exp $ */
+/* $NetBSD: machdep.h,v 1.11 2020/11/15 13:59:42 bouyer Exp $ */
/*
* Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -53,7 +53,6 @@
extern u_long x86_rtclock_tval;
extern void (*x86_initclock_func)(void);
-extern void (*x86_cpu_initclock_func)(void);
void x86_dummy_initclock(void);
Home |
Main Index |
Thread Index |
Old Index