Module Name:    src
Committed By:   msaitoh
Date:           Thu Jun  4 08:24:44 UTC 2020

Modified Files:
        src/sys/arch/xen/xen: xen_machdep.c

Log Message:
 G.C. No functional change. OK'd by bouyer@.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/xen/xen/xen_machdep.c

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/xen/xen/xen_machdep.c
diff -u src/sys/arch/xen/xen/xen_machdep.c:1.25 src/sys/arch/xen/xen/xen_machdep.c:1.26
--- src/sys/arch/xen/xen/xen_machdep.c:1.25	Tue May 19 21:57:25 2020
+++ src/sys/arch/xen/xen/xen_machdep.c	Thu Jun  4 08:24:44 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: xen_machdep.c,v 1.25 2020/05/19 21:57:25 ad Exp $	*/
+/*	$NetBSD: xen_machdep.c,v 1.26 2020/06/04 08:24:44 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -53,7 +53,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_machdep.c,v 1.25 2020/05/19 21:57:25 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_machdep.c,v 1.26 2020/06/04 08:24:44 msaitoh Exp $");
 
 #include "opt_xen.h"
 
@@ -87,8 +87,6 @@ __KERNEL_RCSID(0, "$NetBSD: xen_machdep.
 #endif
 
 
-u_int	tsc_get_timecount(struct timecounter *);
-
 bool xen_suspend_allow;
 
 void
@@ -220,7 +218,6 @@ xen_parse_cmdline(int what, union xen_cm
 }
 
 #ifdef XENPV
-extern uint64_t tsc_freq;	/* XXX */
 
 static int sysctl_xen_suspend(SYSCTLFN_ARGS);
 static void xen_suspend_domain(void);

Reply via email to