Oops; reverse sense of previous test.

This commit is contained in:
mycroft 1997-05-03 08:46:09 +00:00
parent 1dafb51ea6
commit 94313a874b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.34 1997/05/03 08:41:29 mycroft Exp $ */
/* $NetBSD: pmap.c,v 1.35 1997/05/03 08:46:09 mycroft Exp $ */
/*
* Copyright (c) 1991, 1993
@ -2272,7 +2272,7 @@ pmap_changebit(pa, bit, setem)
pt_entry_t *pte, npte;
vm_offset_t va;
int s;
#if !defined(M68K_MMU_HP) && !defined(M68040)
#if defined(M68K_MMU_HP) || defined(M68040)
boolean_t firstpage = TRUE;
#endif
#ifdef PMAPSTATS