Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/xen/xen G.C. No functional change. OK'd by bouyer@.



details:   https://anonhg.NetBSD.org/src/rev/b748ae81ccc0
branches:  trunk
changeset: 934027:b748ae81ccc0
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jun 04 08:24:44 2020 +0000

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

diffstat:

 sys/arch/xen/xen/xen_machdep.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 715232afb948 -r b748ae81ccc0 sys/arch/xen/xen/xen_machdep.c
--- a/sys/arch/xen/xen/xen_machdep.c    Thu Jun 04 04:40:01 2020 +0000
+++ b/sys/arch/xen/xen/xen_machdep.c    Thu Jun 04 08:24:44 2020 +0000
@@ -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 @@
 #endif
 
 
-u_int  tsc_get_timecount(struct timecounter *);
-
 bool xen_suspend_allow;
 
 void
@@ -220,7 +218,6 @@
 }
 
 #ifdef XENPV
-extern uint64_t tsc_freq;      /* XXX */
 
 static int sysctl_xen_suspend(SYSCTLFN_ARGS);
 static void xen_suspend_domain(void);



Home | Main Index | Thread Index | Old Index