Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/pic Drop unused opt_altivec.h, opt_interrup...



details:   https://anonhg.NetBSD.org/src/rev/fd9e362a8961
branches:  trunk
changeset: 935591:fd9e362a8961
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 11:01:24 2020 +0000

description:
Drop unused opt_altivec.h, opt_interrupt.h, opt_ipi.h, and opt_pic.h.

diffstat:

 sys/arch/powerpc/pic/ipi.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 5a2244b468fd -r fd9e362a8961 sys/arch/powerpc/pic/ipi.c
--- a/sys/arch/powerpc/pic/ipi.c        Mon Jul 06 10:59:37 2020 +0000
+++ b/sys/arch/powerpc/pic/ipi.c        Mon Jul 06 11:01:24 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipi.c,v 1.15 2020/07/06 09:34:18 rin Exp $ */
+/* $NetBSD: ipi.c,v 1.16 2020/07/06 11:01:24 rin Exp $ */
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,14 +29,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipi.c,v 1.15 2020/07/06 09:34:18 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipi.c,v 1.16 2020/07/06 11:01:24 rin Exp $");
 
 #ifdef _KERNEL_OPT
-#include "opt_altivec.h"
-#include "opt_interrupt.h"
-#include "opt_ipi.h"
 #include "opt_multiprocessor.h"
-#include "opt_pic.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index