From e71a3a840dd2b5a7bada4c6777cdd707ffe312c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Jan 2011 20:38:13 +0000 Subject: 2011-01-28 Joel Sherrill * mpc5xx/exceptions/raw_exception.c, mpc5xx/exceptions/raw_exception.h, mpc5xx/include/console.h, mpc5xx/include/mpc5xx.h, mpc5xx/irq/irq.c, mpc5xx/irq/irq.h, mpc5xx/irq/irq_asm.S, mpc5xx/vectors/vectors.h, mpc5xx/vectors/vectors_init.c, mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S, new-exceptions/bspsupport/irq.c, new-exceptions/bspsupport/irq_supp.h, new-exceptions/bspsupport/nested_irq_test.c, new-exceptions/bspsupport/ppc_exc_address.c, new-exceptions/bspsupport/ppc_exc_categories.c, new-exceptions/bspsupport/ppc_exc_global_handler.c, new-exceptions/bspsupport/ppc_exc_hdl.c, new-exceptions/bspsupport/ppc_exc_initialize.c, new-exceptions/bspsupport/ppc_exc_prologue.c, new-exceptions/bspsupport/ppc_exc_test.c, new-exceptions/bspsupport/vectors.h, shared/include/byteorder.h, shared/include/cpuIdent.c, shared/include/cpuIdent.h, shared/include/io.h, shared/include/mmu.h, shared/include/page.h, shared/include/pgtable.h, shared/include/spr.h: Fix typo where license said found in found in. --- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c | 2 +- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h | 4 ++-- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c | 2 +- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c | 2 +- .../lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c | 2 +- .../libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c | 2 +- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c | 2 +- .../lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c | 2 +- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c | 2 +- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c | 2 +- c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) (limited to 'c/src/lib/libcpu/powerpc/new-exceptions') diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c index ae38bb6471..58059d7e74 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq.c @@ -5,7 +5,7 @@ * Copyright (C) 1998, 1999 valette@crf.canon.fr * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h index 7573c961cf..39fbbf76fc 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/irq_supp.h @@ -1,6 +1,6 @@ /* * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ @@ -14,7 +14,7 @@ * must be provided by the BSP. * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * */ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c index 048a08021e..943ce49e55 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/nested_irq_test.c @@ -4,7 +4,7 @@ * Author: Till Straumann , 2007 * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c index c1bf1da32c..905a644898 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_address.c @@ -22,7 +22,7 @@ * Derived from file "libcpu/powerpc/new-exceptions/raw_exception.c". * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c index 4c5fa69b0b..697c81f5c6 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_categories.c @@ -22,7 +22,7 @@ * Derived from file "libcpu/powerpc/new-exceptions/raw_exception.c". * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c index 116199332c..1e6997865f 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_global_handler.c @@ -13,7 +13,7 @@ * Derived from file "libcpu/powerpc/new-exceptions/bspsupport/vectors_init.c". * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c index 771c005cea..58c6dee8d2 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_hdl.c @@ -4,7 +4,7 @@ * Author: Till Straumann , 2007 * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c index 8e8cdc18d1..d8b14320a1 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_initialize.c @@ -18,7 +18,7 @@ * Derived from file "libcpu/powerpc/new-exceptions/e500_raw_exc_init.c". * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c index d7ce689ba3..51ed847b2c 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_prologue.c @@ -12,7 +12,7 @@ * Copyright (C) 2009 embedded brains GmbH. * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c index ca48d1bf86..20569e63d1 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_test.c @@ -17,7 +17,7 @@ * Author: Till Straumann , 2007 * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h index f8df8dbbef..7a64bb2d43 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h +++ b/c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h @@ -26,7 +26,7 @@ * Derived from file "libcpu/powerpc/new-exceptions/bspsupport/ppc_exc_bspsupp.h". * * The license and distribution terms for this file may be - * found in found in the file LICENSE in this distribution or at + * found in the file LICENSE in this distribution or at * http://www.rtems.com/license/LICENSE. * * $Id$ -- cgit v1.2.3