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/booke PR port-powerpc/56922
details: https://anonhg.NetBSD.org/src/rev/e2d33cac7904
branches: trunk
changeset: 370010:e2d33cac7904
user: rin <rin%NetBSD.org@localhost>
date: Mon Sep 12 08:14:55 2022 +0000
description:
PR port-powerpc/56922
__HAVE_FAST_SOFTINTS is broken for powerpc.
Disable it temporarily also for booke.
diffstat:
sys/arch/powerpc/include/booke/intr.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r fac02ba999cf -r e2d33cac7904 sys/arch/powerpc/include/booke/intr.h
--- a/sys/arch/powerpc/include/booke/intr.h Mon Sep 12 08:11:51 2022 +0000
+++ b/sys/arch/powerpc/include/booke/intr.h Mon Sep 12 08:14:55 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.12 2019/11/23 19:40:36 ad Exp $ */
+/* $NetBSD: intr.h,v 1.13 2022/09/12 08:14:55 rin Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -77,7 +77,9 @@
#define IPI_SUSPEND 0x0020
#define IPI_AST 0x0040
+#if 0 /* PR port-powerpc/56922: fast softints are broken on powerpc */
#define __HAVE_FAST_SOFTINTS 1
+#endif
#define SOFTINT_KPREEMPT SOFTINT_COUNT
#ifndef _LOCORE
Home |
Main Index |
Thread Index |
Old Index