Module Name:    src
Committed By:   riastradh
Date:           Sun Aug 21 13:15:15 UTC 2022

Modified Files:
        src/sys/arch/i386/include: vmparam.h

Log Message:
i386/vmparam.h: Need some constants from i386/pte.h.

These are used by VM_MIN/MAX_KERNEL_ADDRESS.  pte.h is small and
likely stable enough that it's not worthwhile to migrate them to
vmparam.h instead.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/i386/include/vmparam.h

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/i386/include/vmparam.h
diff -u src/sys/arch/i386/include/vmparam.h:1.87 src/sys/arch/i386/include/vmparam.h:1.88
--- src/sys/arch/i386/include/vmparam.h:1.87	Sat Aug 20 23:48:50 2022
+++ src/sys/arch/i386/include/vmparam.h	Sun Aug 21 13:15:15 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.87 2022/08/20 23:48:50 riastradh Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.88 2022/08/21 13:15:15 riastradh Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -39,6 +39,8 @@
 
 #include <sys/mutex.h>
 
+#include <machine/pte.h>
+
 /*
  * Machine dependent constants for 386.
  */

Reply via email to