Module Name: src Committed By: skrll Date: Wed Apr 15 08:14:22 UTC 2020
Modified Files: src/sys/arch/hppa/hppa: pmap.c Log Message: G/C a #include To generate a diff of this commit: cvs rdiff -u -r1.105 -r1.106 src/sys/arch/hppa/hppa/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/hppa/hppa/pmap.c diff -u src/sys/arch/hppa/hppa/pmap.c:1.105 src/sys/arch/hppa/hppa/pmap.c:1.106 --- src/sys/arch/hppa/hppa/pmap.c:1.105 Sun Mar 1 21:40:45 2020 +++ src/sys/arch/hppa/hppa/pmap.c Wed Apr 15 08:14:22 2020 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.105 2020/03/01 21:40:45 ad Exp $ */ +/* $NetBSD: pmap.c,v 1.106 2020/04/15 08:14:22 skrll Exp $ */ /*- * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc. @@ -65,13 +65,12 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.105 2020/03/01 21:40:45 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.106 2020/04/15 08:14:22 skrll Exp $"); #include "opt_cputype.h" #include <sys/param.h> #include <sys/systm.h> -#include <sys/malloc.h> #include <sys/proc.h> #include <sys/mutex.h> #include <sys/rwlock.h>