Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/powerpc/include Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/630a5b8c9179
branches:  netbsd-9
changeset: 745237:630a5b8c9179
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 25 20:14:04 2020 +0000

description:
Pull up following revision(s) (requested by rin in ticket #729):

        sys/arch/powerpc/include/intr.h: revision 1.15

Fix !__HAVE_FAST_SOFTINTS build for debugging.

diffstat:

 sys/arch/powerpc/include/intr.h |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r ef65d16b00f4 -r 630a5b8c9179 sys/arch/powerpc/include/intr.h
--- a/sys/arch/powerpc/include/intr.h   Tue Feb 25 20:12:20 2020 +0000
+++ b/sys/arch/powerpc/include/intr.h   Tue Feb 25 20:14:04 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.13 2018/04/19 21:50:07 christos Exp $ */
+/*     $NetBSD: intr.h,v 1.13.6.1 2020/02/25 20:14:04 martin Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -28,7 +28,7 @@
 
 #ifndef _LOCORE
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.h,v 1.13 2018/04/19 21:50:07 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.h,v 1.13.6.1 2020/02/25 20:14:04 martin Exp $");
 #endif
 
 #ifndef _POWERPC_INTR_MACHDEP_H_
@@ -92,8 +92,10 @@
 
 void softint_fast_dispatch(struct lwp *, int);
 
+#ifdef __HAVE_FAST_SOFTINTS
 #define softint_init_md                powerpc_softint_init_md
 #define softint_trigger                powerpc_softint_trigger
+#endif
 
 #ifdef __IMASK_T
 typedef __IMASK_T imask_t;



Home | Main Index | Thread Index | Old Index