From c3cd94eb41186f79a24cec1145efddf158a564e6 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 7 Jul 2011 18:44:40 +0000 Subject: Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years ago. --- sys/arch/hppa64/include/cpu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/hppa64/include') 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 -- cgit v1.2.3