Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/obs405 Fix to build failure. Include uvm/uv...
details: https://anonhg.NetBSD.org/src/rev/bc9e5196555a
branches: trunk
changeset: 760418:bc9e5196555a
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Tue Jan 04 11:41:24 2011 +0000
description:
Fix to build failure. Include uvm/uvm_extern.h for pmap_extract().
diffstat:
sys/arch/evbppc/obs405/rbus_machdep.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8d6220660c03 -r bc9e5196555a sys/arch/evbppc/obs405/rbus_machdep.c
--- a/sys/arch/evbppc/obs405/rbus_machdep.c Tue Jan 04 11:38:58 2011 +0000
+++ b/sys/arch/evbppc/obs405/rbus_machdep.c Tue Jan 04 11:41:24 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index