]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/alchemy/common/sleeper.S
MIPS: Alchemy: rename directory
[linux-2.6-omap-h63xx.git] / arch / mips / alchemy / common / sleeper.S
similarity index 96%
rename from arch/mips/au1000/common/sleeper.S
rename to arch/mips/alchemy/common/sleeper.S
index 4b3cf021a4545adaf280e1add901f05297af06c1..3006e270c8bc317994e5c7dd4626b5af20f20234 100644 (file)
@@ -79,12 +79,12 @@ LEAF(save_and_sleep)
 /* Put SDRAM into self refresh.  Preload instructions into cache,
  * issue a precharge, then auto refresh, then sleep commands to it.
  */
-       la      t0, sdsleep
+       la      t0, sdsleep
        .set    mips3
-       cache   0x14, 0(t0)
-       cache   0x14, 32(t0)
-       cache   0x14, 64(t0)
-       cache   0x14, 96(t0)
+       cache   0x14, 0(t0)
+       cache   0x14, 32(t0)
+       cache   0x14, 64(t0)
+       cache   0x14, 96(t0)
        .set    mips0
 
 sdsleep: