Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/sys/uvm Don't forget opt_device_page.h.
details: https://anonhg.NetBSD.org/src/rev/e5dcb1feae08
branches: uebayasi-xip
changeset: 751591:e5dcb1feae08
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Feb 23 07:12:08 2010 +0000
description:
Don't forget opt_device_page.h.
diffstat:
sys/uvm/uvm_km.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 8f8649abf1c4 -r e5dcb1feae08 sys/uvm/uvm_km.c
--- a/sys/uvm/uvm_km.c Tue Feb 23 07:11:46 2010 +0000
+++ b/sys/uvm/uvm_km.c Tue Feb 23 07:12:08 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_km.c,v 1.104.2.1 2010/02/10 08:12:02 uebayasi Exp $ */
+/* $NetBSD: uvm_km.c,v 1.104.2.2 2010/02/23 07:12:08 uebayasi Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -128,9 +128,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_km.c,v 1.104.2.1 2010/02/10 08:12:02 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_km.c,v 1.104.2.2 2010/02/23 07:12:08 uebayasi Exp $");
#include "opt_uvmhist.h"
+#include "opt_device_page.h"
#include "opt_xip.h"
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index