Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Remove duplication declarations of Sysmap...
details: https://anonhg.NetBSD.org/src/rev/9ea2d0ae00a7
branches: trunk
changeset: 484211:9ea2d0ae00a7
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Mar 28 00:52:57 2000 +0000
description:
Remove duplication declarations of Sysmap and Sysmapsize - these are
in <mips/pte.h>
diffstat:
sys/arch/mips/mips/mips_machdep.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 703381b564b4 -r 9ea2d0ae00a7 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Tue Mar 28 00:39:17 2000 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Tue Mar 28 00:52:57 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.72 2000/03/27 05:30:41 nisimura Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.73 2000/03/28 00:52:57 simonb Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.72 2000/03/27 05:30:41 nisimura Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.73 2000/03/28 00:52:57 simonb Exp $");
#include "opt_compat_netbsd.h"
#include "opt_compat_ultrix.h"
@@ -897,12 +897,6 @@
extern int mem_cluster_cnt;
/*
- * These are imported from pmap.c
- */
-extern pt_entry_t *Sysmap;
-extern u_int Sysmapsize;
-
-/*
* These variables are needed by /sbin/savecore.
*/
u_long dumpmag = 0x8fca0101; /* magic number */
Home |
Main Index |
Thread Index |
Old Index