Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/include The XXX comment (do not pull in the uv...
details: https://anonhg.NetBSD.org/src/rev/9763fc89fa78
branches: trunk
changeset: 357314:9763fc89fa78
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 05 16:16:26 2017 +0000
description:
The XXX comment (do not pull in the uvm headers) might have been a nice idea
at the time, but now all other db_machdep files do this, so we follow suit.
diffstat:
sys/arch/m68k/include/db_machdep.h | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (22 lines):
diff -r 13290db1123b -r 9763fc89fa78 sys/arch/m68k/include/db_machdep.h
--- a/sys/arch/m68k/include/db_machdep.h Sun Nov 05 15:33:15 2017 +0000
+++ b/sys/arch/m68k/include/db_machdep.h Sun Nov 05 16:16:26 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: db_machdep.h,v 1.31 2012/01/31 21:17:57 mlelstv Exp $ */
+/* $NetBSD: db_machdep.h,v 1.32 2017/11/05 16:16:26 christos Exp $ */
/*
* Mach Operating System
@@ -40,11 +40,7 @@
#include <sys/types.h>
-/*
- * XXX - Would rather not pull in vm headers, but need boolean_t,
- * at least until boolean_t moves to <sys/types.h> or someplace.
- */
-#include <uvm/uvm_param.h>
+#include <uvm/uvm_extern.h>
#include <machine/frame.h>
#include <machine/pcb.h>
Home |
Main Index |
Thread Index |
Old Index