Module Name: src
Committed By: kiyohara
Date: Tue Jan 4 11:41:24 UTC 2011
Modified Files:
src/sys/arch/evbppc/obs405: rbus_machdep.c
Log Message:
Fix to build failure. Include uvm/uvm_extern.h for pmap_extract().
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/obs405/rbus_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/evbppc/obs405/rbus_machdep.c
diff -u src/sys/arch/evbppc/obs405/rbus_machdep.c:1.4 src/sys/arch/evbppc/obs405/rbus_machdep.c:1.5
--- src/sys/arch/evbppc/obs405/rbus_machdep.c:1.4 Mon Dec 20 00:25:32 2010
+++ src/sys/arch/evbppc/obs405/rbus_machdep.c Tue Jan 4 11:41:24 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rbus_machdep.c,v 1.4 2010/12/20 00:25:32 matt Exp $ */
+/* $NetBSD: rbus_machdep.c,v 1.5 2011/01/04 11:41:24 kiyohara Exp $ */
/*
* Copyright (c) 2003
@@ -39,6 +39,8 @@
#include <dev/pci/pcidevs.h>
#include <dev/cardbus/rbus.h>
+#include <uvm/uvm_extern.h>
+
#include "opt_pci.h"
#ifndef PCI_NETBSD_CONFIGURE