Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/cavium Fix MULTIPROCESSOR build



details:   https://anonhg.NetBSD.org/src/rev/dcae414d5a76
branches:  trunk
changeset: 937415:dcae414d5a76
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 18 07:41:41 2020 +0000

description:
Fix MULTIPROCESSOR build

diffstat:

 sys/arch/mips/cavium/octeon_intr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b6149ce6848a -r dcae414d5a76 sys/arch/mips/cavium/octeon_intr.c
--- a/sys/arch/mips/cavium/octeon_intr.c        Tue Aug 18 07:25:46 2020 +0000
+++ b/sys/arch/mips/cavium/octeon_intr.c        Tue Aug 18 07:41:41 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: octeon_intr.c,v 1.23 2020/08/17 21:00:29 jmcneill Exp $        */
+/*     $NetBSD: octeon_intr.c,v 1.24 2020/08/18 07:41:41 skrll Exp $   */
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
  * All rights reserved.
@@ -44,7 +44,7 @@
 #define __INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: octeon_intr.c,v 1.23 2020/08/17 21:00:29 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: octeon_intr.c,v 1.24 2020/08/18 07:41:41 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/cpu.h>
@@ -166,7 +166,7 @@
 static int octeon_send_ipi(struct cpu_info *, int);
 static int octeon_ipi_intr(void *);
 
-static struct octeon_intrhand ipi_intrhands[1] = {
+static struct octeon_intrhand ipi_intrhands[2] = {
        [0] = {
                .ih_func = octeon_ipi_intr,
                .ih_arg = (void *)(uintptr_t)__BITS(15,0),



Home | Main Index | Thread Index | Old Index