Eliminate commons.
This commit is contained in:
parent
7b70e3b8fb
commit
5916ff65fd
@ -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) \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user