diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-05-11 22:05:50 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-05-11 22:05:50 +0000 |
commit | 39fc4cf78d9c943d25fd08c9036746350a475e81 (patch) | |
tree | 4bfb9a5092925c905c3659d20f6e522b38877944 /sys/arch | |
parent | 4df51c7a1d571cfcee82b0fbac9d19dc78ee0493 (diff) |
nuke common: physmem
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/sparc64/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/pmap.c b/sys/arch/sparc64/sparc64/pmap.c index c81cde2e878..6e0db2eb0f8 100644 --- a/sys/arch/sparc64/sparc64/pmap.c +++ b/sys/arch/sparc64/sparc64/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.23 2003/05/10 00:35:42 art Exp $ */ +/* $OpenBSD: pmap.c,v 1.24 2003/05/11 22:05:49 jason Exp $ */ /* $NetBSD: pmap.c,v 1.107 2001/08/31 16:47:41 eeh Exp $ */ #undef NO_VCACHE /* Don't forget the locked TLB in dostart */ /* @@ -281,7 +281,7 @@ int tsbsize; /* tsbents = 512 * 2^^tsbsize */ struct pmap kernel_pmap_; -int physmem; +extern int physmem; /* * Virtual and physical addresses of the start and end of kernel text * and data segments. |