Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include PR 56922: disabel fast softints for...



details:   https://anonhg.NetBSD.org/src/rev/6518c46f6d61
branches:  trunk
changeset: 368437:6518c46f6d61
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Jul 11 09:39:10 2022 +0000

description:
PR 56922: disabel fast softints for powerpc for now.

diffstat:

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

diffs (26 lines):

diff -r b4086ebd2d16 -r 6518c46f6d61 sys/arch/powerpc/include/intr.h
--- a/sys/arch/powerpc/include/intr.h   Mon Jul 11 09:16:06 2022 +0000
+++ b/sys/arch/powerpc/include/intr.h   Mon Jul 11 09:39:10 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.18 2021/03/02 07:37:27 rin Exp $ */
+/*     $NetBSD: intr.h,v 1.19 2022/07/11 09:39:10 martin Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -28,13 +28,15 @@
 
 #ifndef _LOCORE
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.h,v 1.18 2021/03/02 07:37:27 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.h,v 1.19 2022/07/11 09:39:10 martin Exp $");
 #endif
 
 #ifndef _POWERPC_INTR_MACHDEP_H_
 #define _POWERPC_INTR_MACHDEP_H_
 
+#if 0  /* PR port-powerpc/56922: fast softints are broken on powerpc */
 #define        __HAVE_FAST_SOFTINTS    1
+#endif
 
 
 /* Interrupt priority `levels'. */



Home | Main Index | Thread Index | Old Index