Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax Eliminate commons.



details:   https://anonhg.NetBSD.org/src/rev/b5417e5c6a79
branches:  trunk
changeset: 526908:b5417e5c6a79
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 13 21:11:23 2002 +0000

description:
Eliminate commons.

diffstat:

 sys/arch/vax/include/pmap.h |  5 +++--
 sys/arch/vax/vax/intvec.S   |  7 +------
 2 files changed, 4 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r f559216d5931 -r b5417e5c6a79 sys/arch/vax/include/pmap.h
--- a/sys/arch/vax/include/pmap.h       Mon May 13 21:01:15 2002 +0000
+++ b/sys/arch/vax/include/pmap.h       Mon May 13 21:11:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.53 2002/03/21 22:08:08 ragge Exp $     */
+/*     $NetBSD: pmap.h,v 1.54 2002/05/13 21:11:23 matt Exp $      */
 
 /* 
  * Copyright (c) 1987 Carnegie-Mellon University
@@ -96,7 +96,8 @@
        struct pmap     *pv_pmap;       /* pmap this entry belongs to */
        int              pv_attr;       /* write/modified bits */
 };
-struct  pv_entry *pv_table;
+
+extern struct  pv_entry *pv_table;
 
 /* Mapping macros used when allocating SPT */
 #define MAPVIRT(ptr, count)                            \
diff -r f559216d5931 -r b5417e5c6a79 sys/arch/vax/vax/intvec.S
--- a/sys/arch/vax/vax/intvec.S Mon May 13 21:01:15 2002 +0000
+++ b/sys/arch/vax/vax/intvec.S Mon May 13 21:11:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intvec.S,v 1.2 2002/02/24 01:04:27 matt Exp $   */
+/*     $NetBSD: intvec.S,v 1.3 2002/05/13 21:11:23 matt Exp $   */
 
 /*
  * Copyright (c) 1994, 1997 Ludd, University of Lule}, Sweden.
@@ -522,8 +522,3 @@
 _C_LABEL(intrcnt):
        .long   0
 _C_LABEL(eintrcnt):
-
-       .data
-       .globl _C_LABEL(scb)
-_C_LABEL(scb): .long 0
-



Home | Main Index | Thread Index | Old Index