Module Name: src Committed By: uebayasi Date: Wed Oct 30 06:47:18 UTC 2013
Modified Files: src/sys/arch/evbarm/mini2440: mini2440_machdep.c src/sys/arch/mips/mips: mips_machdep.c Log Message: G/C struct user *proc0paddr. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/mini2440/mini2440_machdep.c cvs rdiff -u -r1.256 -r1.257 src/sys/arch/mips/mips/mips_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/mini2440/mini2440_machdep.c diff -u src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.6 src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.7 --- src/sys/arch/evbarm/mini2440/mini2440_machdep.c:1.6 Sat Sep 22 00:33:40 2012 +++ src/sys/arch/evbarm/mini2440/mini2440_machdep.c Wed Oct 30 06:47:18 2013 @@ -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 @@ extern int pmap_debug_level; pv_addr_t kernel_pt_table[NUM_KERNEL_PTS]; -struct user *proc0paddr; - /* Prototypes */ void consinit(void); Index: src/sys/arch/mips/mips/mips_machdep.c diff -u src/sys/arch/mips/mips/mips_machdep.c:1.256 src/sys/arch/mips/mips/mips_machdep.c:1.257 --- src/sys/arch/mips/mips/mips_machdep.c:1.256 Thu Feb 28 12:44:38 2013 +++ src/sys/arch/mips/mips/mips_machdep.c Wed Oct 30 06:47:18 2013 @@ -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 @@ struct mips_options mips_options = { .mips_fpu_id = 0xffffffff, }; -struct user *proc0paddr; - void * msgbufaddr; /* the following is used externally (sysctl_hw) */