From 5916ff65fd6bb890913849983698e2766fc5639a Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 13 May 2002 21:11:23 +0000 Subject: [PATCH] Eliminate commons. --- sys/arch/vax/include/pmap.h | 5 +++-- sys/arch/vax/vax/intvec.S | 7 +------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/sys/arch/vax/include/pmap.h b/sys/arch/vax/include/pmap.h index 5e45251d9a18..6dbc5514ea51 100644 --- a/sys/arch/vax/include/pmap.h +++ b/sys/arch/vax/include/pmap.h @@ -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 pv_entry { 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 --git a/sys/arch/vax/vax/intvec.S b/sys/arch/vax/vax/intvec.S index 908df6cbaa7b..757537bba37d 100644 --- a/sys/arch/vax/vax/intvec.S +++ b/sys/arch/vax/vax/intvec.S @@ -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(eintrnames): _C_LABEL(intrcnt): .long 0 _C_LABEL(eintrcnt): - - .data - .globl _C_LABEL(scb) -_C_LABEL(scb): .long 0 -