Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/pic remove "pic_do_pending_int() prototype; no ...
details: https://anonhg.NetBSD.org/src/rev/354dd36c3d16
branches: trunk
changeset: 952890:354dd36c3d16
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Feb 20 18:18:53 2021 +0000
description:
remove "pic_do_pending_int() prototype; no matching function
diffstat:
sys/arch/arm/pic/picvar.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 6400dd230c22 -r 354dd36c3d16 sys/arch/arm/pic/picvar.h
--- a/sys/arch/arm/pic/picvar.h Sat Feb 20 18:10:22 2021 +0000
+++ b/sys/arch/arm/pic/picvar.h Sat Feb 20 18:18:53 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: picvar.h,v 1.28 2021/02/16 07:27:12 skrll Exp $ */
+/* $NetBSD: picvar.h,v 1.29 2021/02/20 18:18:53 jmcneill Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -191,7 +191,6 @@
#define PIC_IRQBASE_ALLOC (-2)
int pic_add(struct pic_softc *, int);
-void pic_do_pending_int(void);
#ifdef MULTIPROCESSOR
int pic_ipi_ast(void *);
int pic_ipi_nop(void *);
Home |
Main Index |
Thread Index |
Old Index