From owner-svn-src-all@FreeBSD.ORG  Thu Nov  7 04:09:19 2013
Return-Path: <owner-svn-src-all@FreeBSD.ORG>
Delivered-To: svn-src-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTP id C59D9FC2;
 Thu,  7 Nov 2013 04:09:19 +0000 (UTC) (envelope-from ian@FreeBSD.org)
Received: from svn.freebsd.org (svn.freebsd.org
 [IPv6:2001:1900:2254:2068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id B295727E7;
 Thu,  7 Nov 2013 04:09:19 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
 by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA749J2d098375;
 Thu, 7 Nov 2013 04:09:19 GMT (envelope-from ian@svn.freebsd.org)
Received: (from ian@localhost)
 by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA749J8n098374;
 Thu, 7 Nov 2013 04:09:19 GMT (envelope-from ian@svn.freebsd.org)
Message-Id: <201311070409.rA749J8n098374@svn.freebsd.org>
From: Ian Lepore <ian@FreeBSD.org>
Date: Thu, 7 Nov 2013 04:09:19 +0000 (UTC)
To: src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-head@freebsd.org
Subject: svn commit: r257775 - head/sys/arm/ti
X-SVN-Group: head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-all@freebsd.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: "SVN commit messages for the entire src tree \(except for &quot;
 user&quot; and &quot; projects&quot; \)" <svn-src-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-all>
List-Post: <mailto:svn-src-all@freebsd.org>
List-Help: <mailto:svn-src-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-all>,
 <mailto:svn-src-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Nov 2013 04:09:19 -0000

Author: ian
Date: Thu Nov  7 04:09:19 2013
New Revision: 257775
URL: http://svnweb.freebsd.org/changeset/base/257775

Log:
  Switch to the new common bus_space-v6.c, remove the local one.

Deleted:
  head/sys/arm/ti/bus_space.c
Modified:
  head/sys/arm/ti/files.ti

Modified: head/sys/arm/ti/files.ti
==============================================================================
--- head/sys/arm/ti/files.ti	Thu Nov  7 04:02:08 2013	(r257774)
+++ head/sys/arm/ti/files.ti	Thu Nov  7 04:09:19 2013	(r257775)
@@ -2,6 +2,7 @@
 
 kern/kern_clocksource.c				standard
 
+arm/arm/bus_space-v6.c				standard
 arm/arm/bus_space_generic.c			standard
 arm/arm/bus_space_asm_generic.S			standard
 arm/arm/cpufunc_asm_armv5.S			standard
@@ -10,7 +11,6 @@ arm/arm/cpufunc_asm_arm11.S			standard
 arm/arm/cpufunc_asm_armv7.S			standard
 arm/arm/irq_dispatch.S				standard
 
-arm/ti/bus_space.c				standard
 arm/ti/common.c					standard
 arm/ti/ti_cpuid.c				standard
 arm/ti/ti_machdep.c				standard