Module Name: src
Committed By: cherry
Date: Mon Jan 9 13:33:38 UTC 2012
Modified Files:
src/sys/arch/xen/xen: clock.c
Log Message:
Remove obsolete comment.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/xen/xen/clock.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/clock.c
diff -u src/sys/arch/xen/xen/clock.c:1.58 src/sys/arch/xen/xen/clock.c:1.59
--- src/sys/arch/xen/xen/clock.c:1.58 Wed Dec 7 15:47:43 2011
+++ src/sys/arch/xen/xen/clock.c Mon Jan 9 13:33:38 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.58 2011/12/07 15:47:43 cegger Exp $ */
+/* $NetBSD: clock.c,v 1.59 2012/01/09 13:33:38 cherry Exp $ */
/*
*
@@ -29,7 +29,7 @@
#include "opt_xen.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.58 2011/12/07 15:47:43 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.59 2012/01/09 13:33:38 cherry Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -395,7 +395,6 @@ sysctl_xen_timepush(SYSCTLFN_ARGS)
#endif
/* ARGSUSED */
-/* SMP note: Timecounter uses vcpu0's clock */
u_int
xen_get_timecount(struct timecounter *tc)
{