Mon Jul 6 11:01:24 2020 UTC ()
Drop unused opt_altivec.h, opt_interrupt.h, opt_ipi.h, and opt_pic.h.


(rin)
diff -r1.15 -r1.16 src/sys/arch/powerpc/pic/ipi.c

cvs diff -r1.15 -r1.16 src/sys/arch/powerpc/pic/ipi.c (expand / switch to unified diff)

--- src/sys/arch/powerpc/pic/ipi.c 2020/07/06 09:34:18 1.15
+++ src/sys/arch/powerpc/pic/ipi.c 2020/07/06 11:01:24 1.16
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: ipi.c,v 1.15 2020/07/06 09:34:18 rin Exp $ */ 1/* $NetBSD: ipi.c,v 1.16 2020/07/06 11:01:24 rin Exp $ */
2/*- 2/*-
3 * Copyright (c) 2007 The NetBSD Foundation, Inc. 3 * Copyright (c) 2007 The NetBSD Foundation, Inc.
4 * All rights reserved. 4 * All rights reserved.
5 * 5 *
6 * This code is derived from software contributed to The NetBSD Foundation 6 * This code is derived from software contributed to The NetBSD Foundation
7 * by Tim Rightnour 7 * by Tim Rightnour
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions 10 * modification, are permitted provided that the following conditions
11 * are met: 11 * are met:
12 * 1. Redistributions of source code must retain the above copyright 12 * 1. Redistributions of source code must retain the above copyright
13 * notice, this list of conditions and the following disclaimer. 13 * notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright 14 * 2. Redistributions in binary form must reproduce the above copyright
@@ -19,34 +19,30 @@ @@ -19,34 +19,30 @@
19 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 * POSSIBILITY OF SUCH DAMAGE. 28 * POSSIBILITY OF SUCH DAMAGE.
29 */ 29 */
30 30
31#include <sys/cdefs.h> 31#include <sys/cdefs.h>
32__KERNEL_RCSID(0, "$NetBSD: ipi.c,v 1.15 2020/07/06 09:34:18 rin Exp $"); 32__KERNEL_RCSID(0, "$NetBSD: ipi.c,v 1.16 2020/07/06 11:01:24 rin Exp $");
33 33
34#ifdef _KERNEL_OPT 34#ifdef _KERNEL_OPT
35#include "opt_altivec.h" 
36#include "opt_interrupt.h" 
37#include "opt_ipi.h" 
38#include "opt_multiprocessor.h" 35#include "opt_multiprocessor.h"
39#include "opt_pic.h" 
40#endif 36#endif
41 37
42#include <sys/param.h> 38#include <sys/param.h>
43#include <sys/kernel.h> 39#include <sys/kernel.h>
44#include <sys/xcall.h> 40#include <sys/xcall.h>
45#include <sys/ipi.h> 41#include <sys/ipi.h>
46#include <sys/atomic.h> 42#include <sys/atomic.h>
47#include <sys/cpu.h> 43#include <sys/cpu.h>
48 44
49#include <powerpc/psl.h> 45#include <powerpc/psl.h>
50 46
51#include <powerpc/pic/picvar.h> 47#include <powerpc/pic/picvar.h>
52#include <powerpc/pic/ipivar.h> 48#include <powerpc/pic/ipivar.h>