Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Hook up generic_bs_sr_4 for bus_space_set_...
details: https://anonhg.NetBSD.org/src/rev/0a861a4465f1
branches: trunk
changeset: 783624:0a861a4465f1
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Jan 01 17:28:27 2013 +0000
description:
Hook up generic_bs_sr_4 for bus_space_set_region_4 in the OMAP bus space.
diffstat:
sys/arch/arm/omap/omap_space.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9424cac35f66 -r 0a861a4465f1 sys/arch/arm/omap/omap_space.c
--- a/sys/arch/arm/omap/omap_space.c Tue Jan 01 15:34:02 2013 +0000
+++ b/sys/arch/arm/omap/omap_space.c Tue Jan 01 17:28:27 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: omap_space.c,v 1.6 2012/09/01 14:44:43 matt Exp $ */
+/* $NetBSD: omap_space.c,v 1.7 2013/01/01 17:28:27 jakllsch Exp $ */
/*
* bus_space functions for Texas Instruments OMAP processor.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap_space.c,v 1.6 2012/09/01 14:44:43 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap_space.c,v 1.7 2013/01/01 17:28:27 jakllsch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -155,7 +155,7 @@
/* set region */
generic_bs_sr_1,
generic_armv4_bs_sr_2,
- bs_notimpl_bs_sr_4,
+ generic_bs_sr_4,
bs_notimpl_bs_sr_8,
/* copy */
Home |
Main Index |
Thread Index |
Old Index