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 No functional change.
details: https://anonhg.NetBSD.org/src/rev/514bff91d3ee
branches: trunk
changeset: 462078:514bff91d3ee
user: hkenken <hkenken%NetBSD.org@localhost>
date: Wed Jul 24 12:35:26 2019 +0000
description:
No functional change.
diffstat:
sys/arch/arm/imx/imxclock.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 131ae217c8e6 -r 514bff91d3ee sys/arch/arm/imx/imxclock.c
--- a/sys/arch/arm/imx/imxclock.c Wed Jul 24 12:33:18 2019 +0000
+++ b/sys/arch/arm/imx/imxclock.c Wed Jul 24 12:35:26 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imxclock.c,v 1.7 2014/07/25 07:49:56 hkenken Exp $ */
+/* $NetBSD: imxclock.c,v 1.8 2019/07/24 12:35:26 hkenken Exp $ */
/*
* Copyright (c) 2009, 2010 Genetec corp. All rights reserved.
* Written by Hashimoto Kenichi for Genetec corp.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imxclock.c,v 1.7 2014/07/25 07:49:56 hkenken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imxclock.c,v 1.8 2019/07/24 12:35:26 hkenken Exp $");
#include "opt_imx.h"
@@ -111,7 +111,7 @@
bus_space_write_4(imxclock->sc_iot, imxclock->sc_ioh,
EPIT_EPITCR, reg);
- epit1_sc->sc_ih = intr_establish(imxclock->sc_intr, IPL_CLOCK,
+ imxclock->sc_ih = intr_establish(imxclock->sc_intr, IPL_CLOCK,
IST_LEVEL, imxclock_intr, NULL);
}
Home |
Main Index |
Thread Index |
Old Index