Module Name: src
Committed By: uch
Date: Mon Jun 13 05:23:34 UTC 2011
Modified Files:
src/sys/arch/sh3/sh3: vm_machdep.c
Log Message:
include uvm_page.h for vm_physmem[]
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/sh3/sh3/vm_machdep.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/sh3/sh3/vm_machdep.c
diff -u src/sys/arch/sh3/sh3/vm_machdep.c:1.72 src/sys/arch/sh3/sh3/vm_machdep.c:1.73
--- src/sys/arch/sh3/sh3/vm_machdep.c:1.72 Sun Jun 12 03:35:46 2011
+++ src/sys/arch/sh3/sh3/vm_machdep.c Mon Jun 13 05:23:33 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.72 2011/06/12 03:35:46 rmind Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.73 2011/06/13 05:23:33 uch Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved.
@@ -81,7 +81,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.72 2011/06/12 03:35:46 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.73 2011/06/13 05:23:33 uch Exp $");
#include "opt_kstack_debug.h"
@@ -101,6 +101,7 @@
#include <dev/mm.h>
#include <uvm/uvm_extern.h>
+#include <uvm/uvm_page.h>
#include <sh3/locore.h>
#include <sh3/cpu.h>