Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/include xen_vec_alloc() is no more



details:   https://anonhg.NetBSD.org/src/rev/119746718c7e
branches:  trunk
changeset: 932742:119746718c7e
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu May 14 19:36:02 2020 +0000

description:
xen_vec_alloc() is no more

diffstat:

 sys/arch/xen/include/intr.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f5204be791d2 -r 119746718c7e sys/arch/xen/include/intr.h
--- a/sys/arch/xen/include/intr.h       Thu May 14 19:26:28 2020 +0000
+++ b/sys/arch/xen/include/intr.h       Thu May 14 19:36:02 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.55 2020/04/25 15:26:17 bouyer Exp $ */
+/*     $NetBSD: intr.h,v 1.56 2020/05/14 19:36:02 jdolecek Exp $       */
 /*     NetBSD intr.h,v 1.15 2004/10/31 10:39:34 yamt Exp       */
 
 /*-
@@ -71,7 +71,6 @@
 #endif
 
 #if defined(DOM0OPS) || NPCI > 0
-int xen_vec_alloc(int);
 int xen_pic_to_gsi(struct pic *, int);
 #endif /* defined(DOM0OPS) || NPCI > 0 */
 



Home | Main Index | Thread Index | Old Index