diff options
Diffstat (limited to 'sys/arch/hp300/hp300/locore.s')
-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 |