diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-17 06:34:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-17 06:34:00 +0000 |
commit | 9b67a45d8659561d4c9e14070d8c66bdd6d825a3 (patch) | |
tree | 458cab835c8216a0f1e9bffc835fafd87bc64d28 /sys/arch/hp300 | |
parent | 532ad8193bd1265a1f1c0d8dbb0432a3ae5331ce (diff) |
Setup the transparent translation with writeback cache instead of
writethrough on 68040.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/hp300/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index d47e2593cc9..7feb470f6b3 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.58 2006/07/09 19:41:21 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.59 2006/08/17 06:33:59 miod Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -599,7 +599,7 @@ Lhighcode: * of the address space (as long as we don't have more than * 1GB of memory, which will be very unlikely...) */ - movl #0xc03fa000,d0 + movl #0xc03fa020,d0 .long 0x4e7b0006 | movc d0,dtt0 .word 0xf4d8 | cinva bc |