Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/xen/xen/xen_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/xen/xen/xen_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2.2.2 retrieving revision 1.3 diff -u -p -r1.2.2.2 -r1.3 --- src/sys/arch/xen/xen/xen_machdep.c 2007/11/27 19:36:32 1.2.2.2 +++ src/sys/arch/xen/xen/xen_machdep.c 2008/05/05 17:47:06 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: xen_machdep.c,v 1.2.2.2 2007/11/27 19:36:32 joerg Exp $ */ +/* $NetBSD: xen_machdep.c,v 1.3 2008/05/05 17:47:06 ad Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -63,7 +63,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: xen_machdep.c,v 1.2.2.2 2007/11/27 19:36:32 joerg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: xen_machdep.c,v 1.3 2008/05/05 17:47:06 ad Exp $"); #include "opt_xen.h" @@ -74,6 +74,8 @@ __KERNEL_RCSID(0, "$NetBSD: xen_machdep. #include #include +uint64_t tsc_freq; /* XXX */ + void xen_parse_cmdline(int what, union xen_cmdline_parseinfo *xcp) {