From 2322dbd71985ae72dc74f0a6d5c3bc144b564e95 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 1 Aug 2005 12:06:40 +0000 Subject: Thinko in 68060-only #ifdef line. --- sys/arch/m68k/m68k/pmap_bootstrap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/m68k') diff --git a/sys/arch/m68k/m68k/pmap_bootstrap.c b/sys/arch/m68k/m68k/pmap_bootstrap.c index 9d8f6cc3c98..5ea260fdd0e 100644 --- a/sys/arch/m68k/m68k/pmap_bootstrap.c +++ b/sys/arch/m68k/m68k/pmap_bootstrap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap_bootstrap.c,v 1.11 2005/01/14 19:57:48 miod Exp $ */ +/* $OpenBSD: pmap_bootstrap.c,v 1.12 2005/08/01 12:06:39 miod Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -391,7 +391,7 @@ pmap_bootstrap(nextpa, firstpa) */ if (RELOC(mmutype, int) == MMU_68040) protopte |= PG_CCB; -#ifdef CPU_68060 +#ifdef M68060 else if (RELOC(mmutype, int) == MMU_68060) protopte |= PG_CWT; #endif -- cgit v1.2.3