Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/arm/arm32/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/arm32/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.399 retrieving revision 1.400 diff -u -p -r1.399 -r1.400 --- src/sys/arch/arm/arm32/pmap.c 2020/03/14 14:05:42 1.399 +++ src/sys/arch/arm/arm32/pmap.c 2020/03/23 16:38:29 1.400 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.399 2020/03/14 14:05:42 ad Exp $ */ +/* $NetBSD: pmap.c,v 1.400 2020/03/23 16:38:29 skrll Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -198,7 +198,7 @@ #endif #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.399 2020/03/14 14:05:42 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.400 2020/03/23 16:38:29 skrll Exp $"); #include #include @@ -3398,9 +3398,7 @@ pmap_enter(pmap_t pm, vaddr_t va, paddr_ } } } -#endif /* !ARM_MMU_EXTENDED */ -#ifndef ARM_MMU_EXTENDED UVMHIST_LOG(maphist, " is_cached %jd cs 0x%08jx", is_cached, pm->pm_cstate.cs_all, 0, 0);