Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch G/C struct user *proc0paddr.



details:   https://anonhg.NetBSD.org/src/rev/186f5d8d4d4d
branches:  trunk
changeset: 790994:186f5d8d4d4d
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Oct 30 06:47:18 2013 +0000

description:
G/C struct user *proc0paddr.

diffstat:

 sys/arch/evbarm/mini2440/mini2440_machdep.c |  4 +---
 sys/arch/mips/mips/mips_machdep.c           |  6 ++----
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r 0db8cf3b7e37 -r 186f5d8d4d4d sys/arch/evbarm/mini2440/mini2440_machdep.c
--- a/sys/arch/evbarm/mini2440/mini2440_machdep.c       Wed Oct 30 04:16:44 2013 +0000
+++ b/sys/arch/evbarm/mini2440/mini2440_machdep.c       Wed Oct 30 06:47:18 2013 +0000
@@ -131,7 +131,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mini2440_machdep.c,v 1.6 2012/09/22 00:33:40 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mini2440_machdep.c,v 1.7 2013/10/30 06:47:18 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -248,8 +248,6 @@
 
 pv_addr_t kernel_pt_table[NUM_KERNEL_PTS];
 
-struct user *proc0paddr;
-
 /* Prototypes */
 
 void consinit(void);
diff -r 0db8cf3b7e37 -r 186f5d8d4d4d sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Wed Oct 30 04:16:44 2013 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Wed Oct 30 06:47:18 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.256 2013/02/28 12:44:38 macallan Exp $      */
+/*     $NetBSD: mips_machdep.c,v 1.257 2013/10/30 06:47:18 uebayasi Exp $      */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.256 2013/02/28 12:44:38 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.257 2013/10/30 06:47:18 uebayasi Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -260,8 +260,6 @@
        .mips_fpu_id = 0xffffffff,
 };
 
-struct user *proc0paddr;
-
 void * msgbufaddr;
 
 /* the following is used externally (sysctl_hw) */



Home | Main Index | Thread Index | Old Index