Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/imx/fdt Remove FDT_INTR_MPSAFE flag.



details:   https://anonhg.NetBSD.org/src/rev/070324487b0b
branches:  trunk
changeset: 465748:070324487b0b
user:      hkenken <hkenken%NetBSD.org@localhost>
date:      Tue Dec 03 10:32:53 2019 +0000

description:
Remove FDT_INTR_MPSAFE flag.

diffstat:

 sys/arch/arm/imx/fdt/imx6_spi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c1668b88b7db -r 070324487b0b sys/arch/arm/imx/fdt/imx6_spi.c
--- a/sys/arch/arm/imx/fdt/imx6_spi.c   Tue Dec 03 09:56:21 2019 +0000
+++ b/sys/arch/arm/imx/fdt/imx6_spi.c   Tue Dec 03 10:32:53 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_spi.c,v 1.2 2019/09/27 02:59:21 hkenken Exp $     */
+/*     $NetBSD: imx6_spi.c,v 1.3 2019/12/03 10:32:53 hkenken Exp $     */
 /*-
  * Copyright (c) 2019 Genetec Corporation.  All rights reserved.
  * Written by Hashimoto Kenichi for Genetec Corporation.
@@ -25,7 +25,7 @@
  * SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_spi.c,v 1.2 2019/09/27 02:59:21 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_spi.c,v 1.3 2019/12/03 10:32:53 hkenken Exp $");
 
 #include "opt_imxspi.h"
 
@@ -157,7 +157,7 @@
        }
 
        sc->sc_ih = fdtbus_intr_establish(phandle, 0, IPL_VM,
-           FDT_INTR_MPSAFE, imxspi_intr, &ifsc->sc_imxspi);
+           0, imxspi_intr, &ifsc->sc_imxspi);
        if (sc->sc_ih == NULL) {
                aprint_error_dev(self, "couldn't establish interrupt on %s\n",
                    intrstr);



Home | Main Index | Thread Index | Old Index