summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-07-20 22:09:24 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-07-20 22:09:24 +0000
commit9bcd1b72e512f216c8cffe5e42b6e48ff660934b (patch)
tree6a112f2e083c45ccb87891ffb2ecd7ac18fa8e28 /sys/arch/hppa
parent96c1c24da5e1a9c83b44088ce7310f657f54816e (diff)
PDC I/O space lives at 0xf0f0000000, not 0xf000000000, at least on astr(4)
based systems.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/hppa/locore.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S
index 758867b0455..a6e0e572e0c 100644
--- a/sys/arch/hppa/hppa/locore.S
+++ b/sys/arch/hppa/hppa/locore.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.S,v 1.154 2007/05/26 00:36:03 krw Exp $ */
+/* $OpenBSD: locore.S,v 1.155 2007/07/20 22:09:23 kettenis Exp $ */
/*
* Copyright (c) 1998-2004 Michael Shalayeff
@@ -1481,7 +1481,7 @@ EXIT($dtlb_l)
/* fix prom mappings */ ! \
extrd,s r17, 46, 8, r1 ! \
addi,<> 0x10, r1, r0 ! \
- depdi 0, 42, 8, r17 ! \
+ depdi 0, 38, 4, r17 ! \
/* weak ordering, dyn bp */ ! \
depwi 1, 31, 2, r16 ! \
depdi 0, 44, 30, r25 ! \