summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2003-05-27 07:31:32 +1000
committerPaul Mackerras <paulus@samba.org>2003-05-27 07:31:32 +1000
commit8a865f4a97f4eecdba606a444601148668210ef1 (patch)
tree2f0f8451051a8cb82ecb0b27c459ab2e66ec976f /arch
parent927bc10f742f603ced09dae59c94be4c70b5e949 (diff)
parent2f124a73c7e036388e2e998c8ae1abf9d0b3204a (diff)
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc
Diffstat (limited to 'arch')
-rw-r--r--arch/m68knommu/platform/5407/CLEOPATRA/crt0_ram.S4
-rw-r--r--arch/m68knommu/platform/5407/MOTOROLA/crt0_ram.S2
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/m68knommu/platform/5407/CLEOPATRA/crt0_ram.S b/arch/m68knommu/platform/5407/CLEOPATRA/crt0_ram.S
index 18ed9b2ad8ec..c28be59a53b2 100644
--- a/arch/m68knommu/platform/5407/CLEOPATRA/crt0_ram.S
+++ b/arch/m68knommu/platform/5407/CLEOPATRA/crt0_ram.S
@@ -118,8 +118,8 @@ _start:
move.l #(0x00<<ACR_BASE_POS)+(0<<ACR_MASK_POS)+ACR_ENABLE+ACR_ANY+ACR_CM_CP,%d0
movec %d0,%ACR3
- /* Enable cache */
- move.l #0x86088400, %d0
+ /* Enable cache */
+ move.l #0xa4098400, %d0 /* Write buffer, dflt precise */
movec %d0,%CACR
nop
diff --git a/arch/m68knommu/platform/5407/MOTOROLA/crt0_ram.S b/arch/m68knommu/platform/5407/MOTOROLA/crt0_ram.S
index b84bef00c5c9..38c2b6d5592a 100644
--- a/arch/m68knommu/platform/5407/MOTOROLA/crt0_ram.S
+++ b/arch/m68knommu/platform/5407/MOTOROLA/crt0_ram.S
@@ -99,7 +99,7 @@ _start:
movec %d0, %ACR3
/* Enable cache */
- move.l #0x86088400, %d0
+ move.l #0xa4098400, %d0 /* Write buffer, dflt precise */
movec %d0,%CACR
nop