summaryrefslogtreecommitdiff
path: root/sys/sparc64/include/pmap.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2004-04-11 06:02:24 +0000
committerAlan Cox <alc@FreeBSD.org>2004-04-11 06:02:24 +0000
commit1f51408ade02f18b1c6129a7fe21625085d54515 (patch)
tree9a1205fba722c62a011c83ca548bab8f005f523b /sys/sparc64/include/pmap.h
parent78c4a3f225379d679cc1c5b26f1c27aec22ca476 (diff)
Notes
Diffstat (limited to 'sys/sparc64/include/pmap.h')
-rw-r--r--sys/sparc64/include/pmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h
index de7cad6932318..8164f3af8c24b 100644
--- a/sys/sparc64/include/pmap.h
+++ b/sys/sparc64/include/pmap.h
@@ -86,7 +86,6 @@ void pmap_clear_write(vm_page_t m);
#define vtophys(va) pmap_kextract(((vm_offset_t)(va)))
-extern vm_paddr_t avail_end;
extern struct pmap kernel_pmap_store;
#define kernel_pmap (&kernel_pmap_store)
extern vm_paddr_t phys_avail[];