From owner-svn-src-head@FreeBSD.ORG Mon Dec 1 10:16:25 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1CE3106564A; Mon, 1 Dec 2008 10:16:25 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B87898FC13; Mon, 1 Dec 2008 10:16:25 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mB1AGPxQ019674; Mon, 1 Dec 2008 10:16:25 GMT (envelope-from stas@svn.freebsd.org) Received: (from stas@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mB1AGPAZ019666; Mon, 1 Dec 2008 10:16:25 GMT (envelope-from stas@svn.freebsd.org) Message-Id: <200812011016.mB1AGPAZ019666@svn.freebsd.org> From: Stanislav Sedov Date: Mon, 1 Dec 2008 10:16:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185513 - in head/sys/arm: at91 mv sa11x0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 10:16:25 -0000 Author: stas Date: Mon Dec 1 10:16:25 2008 New Revision: 185513 URL: http://svn.freebsd.org/changeset/base/185513 Log: - Fix spelling error in comments. PR: arm/128891 Submitted by: Pavel Pankov Approved by: kib (mentor) Modified: head/sys/arm/at91/at91_machdep.c head/sys/arm/mv/mv_machdep.c head/sys/arm/sa11x0/assabet_machdep.c head/sys/arm/xscale/i80321/ep80219_machdep.c head/sys/arm/xscale/i80321/iq31244_machdep.c head/sys/arm/xscale/i8134x/crb_machdep.c head/sys/arm/xscale/ixp425/avila_machdep.c head/sys/arm/xscale/pxa/pxa_machdep.c Modified: head/sys/arm/at91/at91_machdep.c ============================================================================== --- head/sys/arm/at91/at91_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/at91/at91_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -341,7 +341,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/mv/mv_machdep.c ============================================================================== --- head/sys/arm/mv/mv_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/mv/mv_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -579,7 +579,7 @@ initarm(void *mdp, void *unused __unused * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/sa11x0/assabet_machdep.c ============================================================================== --- head/sys/arm/sa11x0/assabet_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/sa11x0/assabet_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -375,7 +375,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/xscale/i80321/ep80219_machdep.c ============================================================================== --- head/sys/arm/xscale/i80321/ep80219_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/xscale/i80321/ep80219_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -352,7 +352,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/xscale/i80321/iq31244_machdep.c ============================================================================== --- head/sys/arm/xscale/i80321/iq31244_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/xscale/i80321/iq31244_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -350,7 +350,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/xscale/i8134x/crb_machdep.c ============================================================================== --- head/sys/arm/xscale/i8134x/crb_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/xscale/i8134x/crb_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -332,7 +332,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/xscale/ixp425/avila_machdep.c ============================================================================== --- head/sys/arm/xscale/ixp425/avila_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/xscale/ixp425/avila_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -418,7 +418,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all(); Modified: head/sys/arm/xscale/pxa/pxa_machdep.c ============================================================================== --- head/sys/arm/xscale/pxa/pxa_machdep.c Mon Dec 1 10:05:34 2008 (r185512) +++ head/sys/arm/xscale/pxa/pxa_machdep.c Mon Dec 1 10:16:25 2008 (r185513) @@ -330,7 +330,7 @@ initarm(void *arg, void *arg2) * but since we are boot strapping the addresses used for the read * may have just been remapped and thus the cache could be out * of sync. A re-clean after the switch will cure this. - * After booting there are no gross reloations of the kernel thus + * After booting there are no gross relocations of the kernel thus * this problem will not occur after initarm(). */ cpu_idcache_wbinv_all();