Date: Wed, 6 Nov 2013 09:44:33 +0000 (UTC) From: Aleksandr Rybalko <ray@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257739 - head/sys/arm/freescale/imx Message-ID: <201311060944.rA69iXmJ009683@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ray Date: Wed Nov 6 09:44:32 2013 New Revision: 257739 URL: http://svnweb.freebsd.org/changeset/base/257739 Log: Switch to use common ARMv6/v7 bus_space tag. Tested by: ian, ray Deleted: head/sys/arm/freescale/imx/bus_space.c Modified: head/sys/arm/freescale/imx/files.imx51 head/sys/arm/freescale/imx/files.imx53 head/sys/arm/freescale/imx/files.imx6 Modified: head/sys/arm/freescale/imx/files.imx51 ============================================================================== --- head/sys/arm/freescale/imx/files.imx51 Wed Nov 6 09:41:19 2013 (r257738) +++ head/sys/arm/freescale/imx/files.imx51 Wed Nov 6 09:44:32 2013 (r257739) @@ -11,7 +11,7 @@ kern/kern_clocksource.c standard arm/freescale/imx/imx_machdep.c standard arm/freescale/imx/imx51_machdep.c standard arm/freescale/imx/common.c standard -arm/freescale/imx/bus_space.c standard +arm/arm/bus_space-v6.c standard # Dummy serial console #arm/freescale/imx/console.c standard Modified: head/sys/arm/freescale/imx/files.imx53 ============================================================================== --- head/sys/arm/freescale/imx/files.imx53 Wed Nov 6 09:41:19 2013 (r257738) +++ head/sys/arm/freescale/imx/files.imx53 Wed Nov 6 09:44:32 2013 (r257739) @@ -11,7 +11,7 @@ kern/kern_clocksource.c standard arm/freescale/imx/imx_machdep.c standard arm/freescale/imx/imx53_machdep.c standard arm/freescale/imx/common.c standard -arm/freescale/imx/bus_space.c standard +arm/arm/bus_space-v6.c standard # Special serial console for debuging early boot code #arm/freescale/imx/console.c standard Modified: head/sys/arm/freescale/imx/files.imx6 ============================================================================== --- head/sys/arm/freescale/imx/files.imx6 Wed Nov 6 09:41:19 2013 (r257738) +++ head/sys/arm/freescale/imx/files.imx6 Wed Nov 6 09:44:32 2013 (r257739) @@ -16,7 +16,7 @@ kern/kern_clocksource.c standard # arm/arm/gic.c standard arm/arm/pl310.c standard -arm/freescale/imx/bus_space.c standard +arm/arm/bus_space-v6.c standard arm/freescale/imx/common.c standard arm/freescale/imx/imx6_anatop.c standard arm/freescale/imx/imx6_ccm.c standard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311060944.rA69iXmJ009683>