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 No need to test _KERNEL_OPT twice.



details:   https://anonhg.NetBSD.org/src/rev/b7e035a64161
branches:  trunk
changeset: 935892:b7e035a64161
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Jul 12 23:54:38 2020 +0000

description:
No need to test _KERNEL_OPT twice.
No binary changes.

diffstat:

 sys/arch/powerpc/pic/pic_openpic.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 31a7b43c5421 -r b7e035a64161 sys/arch/powerpc/pic/pic_openpic.c
--- a/sys/arch/powerpc/pic/pic_openpic.c        Sun Jul 12 23:52:37 2020 +0000
+++ b/sys/arch/powerpc/pic/pic_openpic.c        Sun Jul 12 23:54:38 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pic_openpic.c,v 1.17 2020/07/06 10:54:56 rin Exp $ */
+/*     $NetBSD: pic_openpic.c,v 1.18 2020/07/12 23:54:38 rin Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -27,13 +27,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pic_openpic.c,v 1.17 2020/07/06 10:54:56 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pic_openpic.c,v 1.18 2020/07/12 23:54:38 rin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_interrupt.h"
-#endif
-
-#ifdef _KERNEL_OPT
 #include "opt_multiprocessor.h"
 #endif
 



Home | Main Index | Thread Index | Old Index