Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Typon.
details: https://anonhg.NetBSD.org/src/rev/4a5f7c89803b
branches: trunk
changeset: 758678:4a5f7c89803b
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Nov 13 04:16:38 2010 +0000
description:
Typon.
diffstat:
sys/arch/ia64/ia64/machdep.c | 4 ++--
sys/arch/x68k/x68k/machdep.c | 6 +++---
sys/arch/x68k/x68k/mem.c | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r d6c6c26fae7b -r 4a5f7c89803b sys/arch/ia64/ia64/machdep.c
--- a/sys/arch/ia64/ia64/machdep.c Sat Nov 13 04:01:42 2010 +0000
+++ b/sys/arch/ia64/ia64/machdep.c Sat Nov 13 04:16:38 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.26 2010/11/13 04:00:18 uebayasi Exp $ */
+/* $NetBSD: machdep.c,v 1.27 2010/11/13 04:16:38 uebayasi Exp $ */
/*-
* Copyright (c) 2003,2004 Marcel Moolenaar
@@ -115,7 +115,7 @@
#include <machine/atomic.h>
#include <machine/pte.h>
-#include <uvm/uvmn.h>
+#include <uvm/uvm.h>
#include <dev/cons.h>
diff -r d6c6c26fae7b -r 4a5f7c89803b sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c Sat Nov 13 04:01:42 2010 +0000
+++ b/sys/arch/x68k/x68k/machdep.c Sat Nov 13 04:16:38 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.169 2010/11/13 04:00:19 uebayasi Exp $ */
+/* $NetBSD: machdep.c,v 1.170 2010/11/13 04:16:38 uebayasi Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.169 2010/11/13 04:00:19 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.170 2010/11/13 04:16:38 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -136,7 +136,7 @@
#include <dev/cons.h>
#define MAXMEM 64*1024 /* XXX - from cmap.h */
-#include <uvm/uvmn.h>
+#include <uvm/uvm.h>
#include <machine/bus.h>
#include <machine/autoconf.h>
diff -r d6c6c26fae7b -r 4a5f7c89803b sys/arch/x68k/x68k/mem.c
--- a/sys/arch/x68k/x68k/mem.c Sat Nov 13 04:01:42 2010 +0000
+++ b/sys/arch/x68k/x68k/mem.c Sat Nov 13 04:16:38 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mem.c,v 1.38 2010/11/13 04:00:19 uebayasi Exp $ */
+/* $NetBSD: mem.c,v 1.39 2010/11/13 04:16:38 uebayasi Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.38 2010/11/13 04:00:19 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mem.c,v 1.39 2010/11/13 04:16:38 uebayasi Exp $");
#include <sys/param.h>
#include <sys/conf.h>
@@ -89,7 +89,7 @@
#include <machine/cpu.h>
-#include <uvm/uvmn.h>
+#include <uvm/uvm.h>
extern void *Segtabzero;
static void *devzeropage;
Home |
Main Index |
Thread Index |
Old Index