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 bump NIRQ to 256 since we're going ...
details: https://anonhg.NetBSD.org/src/rev/05d7d3f64a41
branches: trunk
changeset: 1004336:05d7d3f64a41
user: macallan <macallan%NetBSD.org@localhost>
date: Thu Oct 24 23:03:35 2019 +0000
description:
bump NIRQ to 256 since we're going to use vectors above 128
diffstat:
sys/arch/powerpc/include/intr.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 514f76b83216 -r 05d7d3f64a41 sys/arch/powerpc/include/intr.h
--- a/sys/arch/powerpc/include/intr.h Thu Oct 24 19:28:47 2019 +0000
+++ b/sys/arch/powerpc/include/intr.h Thu Oct 24 23:03:35 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.13 2018/04/19 21:50:07 christos Exp $ */
+/* $NetBSD: intr.h,v 1.14 2019/10/24 23:03:35 macallan 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.14 2019/10/24 23:03:35 macallan Exp $");
#endif
#ifndef _POWERPC_INTR_MACHDEP_H_
@@ -105,7 +105,7 @@
#define NVIRQ (sizeof(imask_t)*8) /* 32 virtual IRQs */
#ifndef NIRQ
-#define NIRQ 128 /* up to 128 HW IRQs */
+#define NIRQ 256 /* up to 256 HW IRQs */
#endif
#define HWIRQ_MAX (NVIRQ - 1)
Home |
Main Index |
Thread Index |
Old Index