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/x86/x86_xpmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/xen/x86/x86_xpmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- src/sys/arch/xen/x86/x86_xpmap.c 2019/10/30 07:40:06 1.85 +++ src/sys/arch/xen/x86/x86_xpmap.c 2020/05/02 16:44:36 1.86 @@ -1,4 +1,4 @@ -/* $NetBSD: x86_xpmap.c,v 1.85 2019/10/30 07:40:06 maxv Exp $ */ +/* $NetBSD: x86_xpmap.c,v 1.86 2020/05/02 16:44:36 bouyer Exp $ */ /* * Copyright (c) 2017 The NetBSD Foundation, Inc. @@ -95,7 +95,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: x86_xpmap.c,v 1.85 2019/10/30 07:40:06 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: x86_xpmap.c,v 1.86 2020/05/02 16:44:36 bouyer Exp $"); #include "opt_xen.h" #include "opt_ddb.h" @@ -135,7 +135,6 @@ static mmu_update_t xpq_queue_array[MAXC void xen_failsafe_handler(void); -extern volatile struct xencons_interface *xencons_interface; /* XXX */ extern struct xenstore_domain_interface *xenstore_interface; /* XXX */ static void xen_bt_set_readonly(vaddr_t);