Module Name: src Committed By: rin Date: Sun Jul 12 23:54:39 UTC 2020
Modified Files: src/sys/arch/powerpc/pic: pic_openpic.c Log Message: No need to test _KERNEL_OPT twice. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/powerpc/pic/pic_openpic.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/powerpc/pic/pic_openpic.c diff -u src/sys/arch/powerpc/pic/pic_openpic.c:1.17 src/sys/arch/powerpc/pic/pic_openpic.c:1.18 --- src/sys/arch/powerpc/pic/pic_openpic.c:1.17 Mon Jul 6 10:54:56 2020 +++ src/sys/arch/powerpc/pic/pic_openpic.c Sun Jul 12 23:54:38 2020 @@ -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