Module Name:    src
Committed By:   bouyer
Date:           Sun Nov 15 13:59:42 UTC 2020

Modified Files:
        src/sys/arch/x86/include: machdep.h

Log Message:
remove unused x86_cpu_initclock_func()


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/machdep.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/include/machdep.h
diff -u src/sys/arch/x86/include/machdep.h:1.10 src/sys/arch/x86/include/machdep.h:1.11
--- src/sys/arch/x86/include/machdep.h:1.10	Sat Apr 25 15:26:18 2020
+++ src/sys/arch/x86/include/machdep.h	Sun Nov 15 13:59:42 2020
@@ -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 @@ void	x86_cpu_idle_set(void (*)(void), co
 
 extern u_long x86_rtclock_tval;
 extern void (*x86_initclock_func)(void);
-extern void (*x86_cpu_initclock_func)(void);
 
 void x86_dummy_initclock(void);
 

Reply via email to