diff options
author | 2003-05-11 22:05:49 +0000 | |
---|---|---|
committer | 2003-05-11 22:05:49 +0000 | |
commit | 8c89f9936f751d151752714a56a1f3457d686527 (patch) | |
tree | 0e9891584ff1a0ee0cd0409dd1455db7fe327bc6 | |
parent | Reflect reality (diff) | |
download | wireguard-openbsd-8c89f9936f751d151752714a56a1f3457d686527.tar.xz wireguard-openbsd-8c89f9936f751d151752714a56a1f3457d686527.zip |
nuke common: physmem
-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. |