Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/sys/arch opt_xip.h isn't needed any more here.
details: https://anonhg.NetBSD.org/src/rev/af737fb662df
branches: uebayasi-xip
changeset: 751846:af737fb662df
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Wed Nov 10 08:04:59 2010 +0000
description:
opt_xip.h isn't needed any more here.
diffstat:
sys/arch/alpha/alpha/pmap.c | 5 ++---
sys/arch/arm/arm32/pmap.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 7dc16162cb99 -r af737fb662df sys/arch/alpha/alpha/pmap.c
--- a/sys/arch/alpha/alpha/pmap.c Wed Nov 10 03:36:25 2010 +0000
+++ b/sys/arch/alpha/alpha/pmap.c Wed Nov 10 08:04:59 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.252.2.7 2010/11/10 03:36:25 uebayasi Exp $ */
+/* $NetBSD: pmap.c,v 1.252.2.8 2010/11/10 08:04:59 uebayasi Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001, 2007, 2008 The NetBSD Foundation, Inc.
@@ -137,11 +137,10 @@
#include "opt_lockdebug.h"
#include "opt_sysv.h"
#include "opt_multiprocessor.h"
-#include "opt_xip.h"
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.252.2.7 2010/11/10 03:36:25 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.252.2.8 2010/11/10 08:04:59 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r 7dc16162cb99 -r af737fb662df sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Nov 10 03:36:25 2010 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Nov 10 08:04:59 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.211.2.20 2010/11/10 03:36:26 uebayasi Exp $ */
+/* $NetBSD: pmap.c,v 1.211.2.21 2010/11/10 08:04:59 uebayasi Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -191,7 +191,6 @@
#include "opt_ddb.h"
#include "opt_lockdebug.h"
#include "opt_multiprocessor.h"
-#include "opt_xip.h"
#include <sys/param.h>
#include <sys/types.h>
@@ -212,7 +211,7 @@
#include <machine/param.h>
#include <arm/arm32/katelib.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.211.2.20 2010/11/10 03:36:26 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.211.2.21 2010/11/10 08:04:59 uebayasi Exp $");
#define VM_PAGE_TO_MD(pg) (&(pg)->mdpage)
Home |
Main Index |
Thread Index |
Old Index