Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include remove prototypes of nonexistent function.
details: https://anonhg.NetBSD.org/src/rev/0e33050ad87b
branches: trunk
changeset: 353071:0e33050ad87b
user: nonaka <nonaka%NetBSD.org@localhost>
date: Wed Apr 19 06:43:05 2017 +0000
description:
remove prototypes of nonexistent function.
diffstat:
sys/arch/x86/include/cpuvar.h | 3 +--
sys/arch/x86/include/i82489var.h | 8 +-------
2 files changed, 2 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r 4729f761a04b -r 0e33050ad87b sys/arch/x86/include/cpuvar.h
--- a/sys/arch/x86/include/cpuvar.h Wed Apr 19 06:19:02 2017 +0000
+++ b/sys/arch/x86/include/cpuvar.h Wed Apr 19 06:43:05 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuvar.h,v 1.48 2017/01/13 05:26:42 christos Exp $ */
+/* $NetBSD: cpuvar.h,v 1.49 2017/04/19 06:43:05 nonaka Exp $ */
/*-
* Copyright (c) 2000, 2007 The NetBSD Foundation, Inc.
@@ -102,7 +102,6 @@
#endif /* defined(_KERNEL_OPT) */
int x86_ipi(int, int, int);
-void x86_self_ipi(int);
int x86_ipi_init(int);
int x86_ipi_startup(int, int);
void x86_errata(void);
diff -r 4729f761a04b -r 0e33050ad87b sys/arch/x86/include/i82489var.h
--- a/sys/arch/x86/include/i82489var.h Wed Apr 19 06:19:02 2017 +0000
+++ b/sys/arch/x86/include/i82489var.h Wed Apr 19 06:43:05 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i82489var.h,v 1.16 2016/11/25 14:12:56 maxv Exp $ */
+/* $NetBSD: i82489var.h,v 1.17 2017/04/19 06:43:05 nonaka Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -95,12 +95,6 @@
#define LAPIC_PIN_LVINT1 4
#define LAPIC_PIN_LVERR 5
-extern void Xintr_lapic0(void);
-extern void Xintr_lapic2(void);
-extern void Xintr_lapic3(void);
-extern void Xintr_lapic4(void);
-extern void Xintr_lapic5(void);
-
struct cpu_info;
Home |
Main Index |
Thread Index |
Old Index