From 9b67a45d8659561d4c9e14070d8c66bdd6d825a3 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 17 Aug 2006 06:34:00 +0000 Subject: Setup the transparent translation with writeback cache instead of writethrough on 68040. --- sys/arch/hp300/hp300/locore.s | 4 ++-- 1 file 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 -- cgit v1.2.3