Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm/pmap Revert previous (include of sys/param.h) - the ...
details: https://anonhg.NetBSD.org/src/rev/1930ed666dc7
branches: trunk
changeset: 1006097:1930ed666dc7
user: martin <martin%NetBSD.org@localhost>
date: Wed Jan 01 16:50:41 2020 +0000
description:
Revert previous (include of sys/param.h) - the headers requiring this
have been fixed.
diffstat:
sys/uvm/pmap/pmap_pvt.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 2f1e30b33c35 -r 1930ed666dc7 sys/uvm/pmap/pmap_pvt.c
--- a/sys/uvm/pmap/pmap_pvt.c Wed Jan 01 14:52:38 2020 +0000
+++ b/sys/uvm/pmap/pmap_pvt.c Wed Jan 01 16:50:41 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_pvt.c,v 1.7 2019/12/28 08:25:33 martin Exp $ */
+/* $NetBSD: pmap_pvt.c,v 1.8 2020/01/01 16:50:41 martin Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,9 +30,8 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: pmap_pvt.c,v 1.7 2019/12/28 08:25:33 martin Exp $");
+__RCSID("$NetBSD: pmap_pvt.c,v 1.8 2020/01/01 16:50:41 martin Exp $");
-#include <sys/param.h>
#include <sys/atomic.h>
#include <sys/kmem.h>
#include <sys/pserialize.h>
Home |
Main Index |
Thread Index |
Old Index