summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2011-07-07 18:44:39 +0000
committerkettenis <kettenis@openbsd.org>2011-07-07 18:44:39 +0000
commitec08b8dc82a1fd7f6aebf3959d7b713f50411db8 (patch)
treec06ab9a9125979637e8ee29f43409dfa95f192a7
parentadd script for xdm (diff)
downloadwireguard-openbsd-ec08b8dc82a1fd7f6aebf3959d7b713f50411db8.tar.xz
wireguard-openbsd-ec08b8dc82a1fd7f6aebf3959d7b713f50411db8.zip
Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years
ago.
-rw-r--r--sys/arch/hppa64/include/cpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa64/include/cpu.h b/sys/arch/hppa64/include/cpu.h
index d35f3b0a954..f3a9687da4e 100644
--- a/sys/arch/hppa64/include/cpu.h
+++ b/sys/arch/hppa64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.25 2011/04/21 12:42:59 jsing Exp $ */
+/* $OpenBSD: cpu.h,v 1.26 2011/07/07 18:44:39 kettenis Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -134,9 +134,9 @@ extern int cpu_hvers;
* Exported definitions unique to hp700/PA-RISC cpu support.
*/
-#define HPPA_PGALIAS 0x0000000000100000UL
-#define HPPA_PGAMASK 0xfffffffffff00000UL
-#define HPPA_PGAOFF 0x00000000000fffffUL
+#define HPPA_PGALIAS 0x0000000000400000UL
+#define HPPA_PGAMASK 0xffffffffffc00000UL
+#define HPPA_PGAOFF 0x00000000003fffffUL
#define HPPA_PHYSMAP 0x000001ffffffffffUL
#define HPPA_IOBEGIN 0xfffffff000000000UL