Merge commit 'u-boot/master' into for-1.3.1
[oweals/u-boot.git] / cpu / bf533 / flush.S
index 4a6c64b2649eba4799b605180b889e13f019f404..62e3d65ae7f20c6240f0597235a8a42b32fb5cf8 100644 (file)
@@ -1,9 +1,9 @@
-/* Copyright (C) 2003 Analog Devices, Inc. All Rights Reserved.
- * Copyright (C) 2004 LG SOft India. All Rights Reserved.
+/* Copyright (C) 2003-2007 Analog Devices Inc.
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.
  */
+
 #define ASSEMBLY
 
 #include <asm/linkage.h>
@@ -90,7 +90,7 @@ ENTRY(_icplb_flush)
 
        /* Save in extraction pattern for later deposit. */
        R3.H = R4.L << 0;
-       
+
        /* So:
         * R0 = Page start
         * R1 = Page length (actually, offset into size/prefix tables)
@@ -264,7 +264,7 @@ ENTRY(_dcplb_flush)
         * (b) on whether address bit A[x] is set. x is determined
         * by DCBS in DMEM_CONTROL
         */
-       
+
        R2 = 0;                 /* Default to Bank A (Bank B would be 1)*/
 
        P0.L = (DMEM_CONTROL & 0xFFFF);