Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/nvidia Note the interrupt for Tegra MC in the l...



details:   https://anonhg.NetBSD.org/src/rev/1074d8e269cf
branches:  trunk
changeset: 341698:1074d8e269cf
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Nov 18 17:12:06 2015 +0000

description:
Note the interrupt for Tegra MC in the locators list.

diffstat:

 sys/arch/arm/nvidia/tegra_io.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fed46e32430b -r 1074d8e269cf sys/arch/arm/nvidia/tegra_io.c
--- a/sys/arch/arm/nvidia/tegra_io.c    Wed Nov 18 17:01:39 2015 +0000
+++ b/sys/arch/arm/nvidia/tegra_io.c    Wed Nov 18 17:12:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_io.c,v 1.17 2015/11/09 23:05:58 jmcneill Exp $ */
+/* $NetBSD: tegra_io.c,v 1.18 2015/11/18 17:12:06 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -29,7 +29,7 @@
 #include "opt_tegra.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_io.c,v 1.17 2015/11/09 23:05:58 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_io.c,v 1.18 2015/11/18 17:12:06 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -72,7 +72,7 @@
 
 static const struct tegra_locators tegra_apb_locators[] = {
   { "tegramc",
-    TEGRA_MC_OFFSET, TEGRA_MC_SIZE, NOPORT, NOINTR },
+    TEGRA_MC_OFFSET, TEGRA_MC_SIZE, NOPORT, TEGRA_INTR_MC },
   { "tegrapmc",
     TEGRA_PMC_OFFSET, TEGRA_PMC_SIZE, NOPORT, NOINTR },
   { "tegraxusbpad",



Home | Main Index | Thread Index | Old Index