From 9e23912b2b0a76a22f7e5dbe1f543570e3f05b03 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 4 Jul 2010 22:40:30 +0000 Subject: restrict srmmu handling to just sun4m --- sys/arch/sparc/stand/common/mmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/sparc/stand/common/mmu.c b/sys/arch/sparc/stand/common/mmu.c index 9a554bd11f3..c992af3101b 100644 --- a/sys/arch/sparc/stand/common/mmu.c +++ b/sys/arch/sparc/stand/common/mmu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mmu.c,v 1.1 2010/06/29 21:33:54 miod Exp $ */ +/* $OpenBSD: mmu.c,v 1.2 2010/07/04 22:40:29 deraadt Exp $ */ /* $NetBSD: mmu.c,v 1.8 2008/04/28 20:23:36 martin Exp $ */ /*- @@ -71,7 +71,7 @@ mmu_init(void) */ rcookie = 2; scookie = 17; - } else if (CPU_ISSUN4M || CPU_ISSUN4D) { + } else if (CPU_ISSUN4M) { char buf[32]; pmap_map = pmap_map_srmmu; pmap_extract = pmap_extract_srmmu; -- cgit v1.2.3