Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/hppa G/C a #include



details:   https://anonhg.NetBSD.org/src/rev/3da3b82acbf0
branches:  trunk
changeset: 930837:3da3b82acbf0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Apr 15 08:14:22 2020 +0000

description:
G/C a #include

diffstat:

 sys/arch/hppa/hppa/pmap.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r df1481d2ccef -r 3da3b82acbf0 sys/arch/hppa/hppa/pmap.c
--- a/sys/arch/hppa/hppa/pmap.c Tue Apr 14 23:35:07 2020 +0000
+++ b/sys/arch/hppa/hppa/pmap.c Wed Apr 15 08:14:22 2020 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index