Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm Garbage collect an unused global, vm_offset_...
details: https://anonhg.NetBSD.org/src/rev/2be3ab696926
branches: trunk
changeset: 750334:2be3ab696926
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Dec 26 15:47:14 2009 +0000
description:
Garbage collect an unused global, vm_offset_t pagetables_start.
diffstat:
sys/arch/evbarm/adi_brh/brh_machdep.c | 5 ++---
sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c | 3 +--
sys/arch/evbarm/gumstix/gumstix_machdep.c | 3 +--
sys/arch/evbarm/hdl_g/hdlg_machdep.c | 5 ++---
sys/arch/evbarm/imx31/imx31lk_machdep.c | 5 ++---
sys/arch/evbarm/integrator/integrator_machdep.c | 5 ++---
sys/arch/evbarm/iq80310/iq80310_machdep.c | 5 ++---
sys/arch/evbarm/iq80321/iq80321_machdep.c | 5 ++---
sys/arch/evbarm/ixdp425/ixdp425_machdep.c | 5 ++---
sys/arch/evbarm/ixm1200/ixm1200_machdep.c | 5 ++---
sys/arch/evbarm/lubbock/lubbock_machdep.c | 5 ++---
sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c | 5 ++---
sys/arch/evbarm/nslu2/nslu2_machdep.c | 5 ++---
sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c | 5 ++---
sys/arch/evbarm/smdk2xx0/smdk2800_machdep.c | 5 ++---
sys/arch/evbarm/viper/viper_machdep.c | 5 ++---
16 files changed, 30 insertions(+), 46 deletions(-)
diffs (truncated from 398 to 300 lines):
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/adi_brh/brh_machdep.c
--- a/sys/arch/evbarm/adi_brh/brh_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/adi_brh/brh_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brh_machdep.c,v 1.34 2009/11/27 03:23:06 rmind Exp $ */
+/* $NetBSD: brh_machdep.c,v 1.35 2009/12/26 15:47:14 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.34 2009/11/27 03:23:06 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.35 2009/12/26 15:47:14 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@@ -151,7 +151,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c
--- a/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/g42xxeb/g42xxeb_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: g42xxeb_machdep.c,v 1.18 2009/11/27 03:23:06 rmind Exp $ */
+/* $NetBSD: g42xxeb_machdep.c,v 1.19 2009/12/26 15:47:14 uebayasi Exp $ */
/*
* Copyright (c) 2002, 2003, 2004, 2005 Genetec Corporation.
@@ -186,7 +186,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/gumstix/gumstix_machdep.c
--- a/sys/arch/evbarm/gumstix/gumstix_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/gumstix/gumstix_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gumstix_machdep.c,v 1.21 2009/12/02 13:10:09 kiyohara Exp $ */
+/* $NetBSD: gumstix_machdep.c,v 1.22 2009/12/26 15:47:14 uebayasi Exp $ */
/*
* Copyright (C) 2005, 2006, 2007 WIDE Project and SOUM Corporation.
* All rights reserved.
@@ -219,7 +219,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/hdl_g/hdlg_machdep.c
--- a/sys/arch/evbarm/hdl_g/hdlg_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/hdl_g/hdlg_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdlg_machdep.c,v 1.12 2009/11/27 03:23:06 rmind Exp $ */
+/* $NetBSD: hdlg_machdep.c,v 1.13 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.12 2009/11/27 03:23:06 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdlg_machdep.c,v 1.13 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -151,7 +151,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/imx31/imx31lk_machdep.c
--- a/sys/arch/evbarm/imx31/imx31lk_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/imx31/imx31lk_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx31lk_machdep.c,v 1.7 2009/11/27 03:23:06 rmind Exp $ */
+/* $NetBSD: imx31lk_machdep.c,v 1.8 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Startup routines for the ZOOM iMX31 LITEKIT.
@@ -110,7 +110,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.7 2009/11/27 03:23:06 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx31lk_machdep.c,v 1.8 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -194,7 +194,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/integrator/integrator_machdep.c
--- a/sys/arch/evbarm/integrator/integrator_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/integrator/integrator_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: integrator_machdep.c,v 1.64 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: integrator_machdep.c,v 1.65 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2001,2002 ARM Ltd
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.64 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: integrator_machdep.c,v 1.65 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@@ -137,7 +137,6 @@
vm_offset_t physical_start;
vm_offset_t physical_end;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/iq80310/iq80310_machdep.c
--- a/sys/arch/evbarm/iq80310/iq80310_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iq80310_machdep.c,v 1.76 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: iq80310_machdep.c,v 1.77 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.76 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80310_machdep.c,v 1.77 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_pmap_debug.h"
@@ -148,7 +148,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/iq80321/iq80321_machdep.c
--- a/sys/arch/evbarm/iq80321/iq80321_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/iq80321/iq80321_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iq80321_machdep.c,v 1.46 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: iq80321_machdep.c,v 1.47 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.46 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80321_machdep.c,v 1.47 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -152,7 +152,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/ixdp425/ixdp425_machdep.c
--- a/sys/arch/evbarm/ixdp425/ixdp425_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/ixdp425/ixdp425_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixdp425_machdep.c,v 1.25 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: ixdp425_machdep.c,v 1.26 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2003
* Ichiro FUKUHARA <ichiro%ichiro.org@localhost>.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.25 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixdp425_machdep.c,v 1.26 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -144,7 +144,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/* Physical and virtual addresses for some global pages */
pv_addr_t irqstack;
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/ixm1200/ixm1200_machdep.c
--- a/sys/arch/evbarm/ixm1200/ixm1200_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/ixm1200/ixm1200_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixm1200_machdep.c,v 1.44 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: ixm1200_machdep.c,v 1.45 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2002, 2003
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.44 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixm1200_machdep.c,v 1.45 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_modular.h"
@@ -162,7 +162,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/lubbock/lubbock_machdep.c
--- a/sys/arch/evbarm/lubbock/lubbock_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/lubbock/lubbock_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lubbock_machdep.c,v 1.22 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: lubbock_machdep.c,v 1.23 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2002, 2003, 2005 Genetec Corporation. All rights reserved.
@@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.22 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lubbock_machdep.c,v 1.23 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -195,7 +195,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
--- a/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npwr_fc_machdep.c,v 1.12 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: npwr_fc_machdep.c,v 1.13 2009/12/26 15:47:15 uebayasi Exp $ */
/*
* Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.12 2009/11/27 03:23:07 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npwr_fc_machdep.c,v 1.13 2009/12/26 15:47:15 uebayasi Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -152,7 +152,6 @@
vm_offset_t physical_freeend;
vm_offset_t physical_end;
u_int free_pages;
-vm_offset_t pagetables_start;
/*int debug_flags;*/
#ifndef PMAP_STATIC_L1S
diff -r f8cf5bebba6b -r 2be3ab696926 sys/arch/evbarm/nslu2/nslu2_machdep.c
--- a/sys/arch/evbarm/nslu2/nslu2_machdep.c Sat Dec 26 14:13:08 2009 +0000
+++ b/sys/arch/evbarm/nslu2/nslu2_machdep.c Sat Dec 26 15:47:14 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nslu2_machdep.c,v 1.15 2009/11/27 03:23:07 rmind Exp $ */
+/* $NetBSD: nslu2_machdep.c,v 1.16 2009/12/26 15:47:15 uebayasi Exp $ */
Home |
Main Index |
Thread Index |
Old Index