Module Name: src Committed By: martin Date: Mon Jul 11 09:39:10 UTC 2022
Modified Files: src/sys/arch/powerpc/include: intr.h Log Message: PR 56922: disabel fast softints for powerpc for now. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/powerpc/include/intr.h 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/include/intr.h diff -u src/sys/arch/powerpc/include/intr.h:1.18 src/sys/arch/powerpc/include/intr.h:1.19 --- src/sys/arch/powerpc/include/intr.h:1.18 Tue Mar 2 07:37:27 2021 +++ src/sys/arch/powerpc/include/intr.h Mon Jul 11 09:39:10 2022 @@ -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'. */