summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-04-27 00:10:45 +0000
committeralc <alc@FreeBSD.org>2008-04-27 00:10:45 +0000
commit07d0705c5b01ebc688f117affe3fd1eed4994a5c (patch)
treef6520ecd0f3bf8523ac78ebc00e8a2858806ac77 /sys/mips
parent3a9932976459191a48d12bf0812f90451361adce (diff)
downloadFreeBSD-src-07d0705c5b01ebc688f117affe3fd1eed4994a5c.zip
FreeBSD-src-07d0705c5b01ebc688f117affe3fd1eed4994a5c.tar.gz
Remove two unused declarations. These variables are now fields within
vm.h's struct kva_md_info.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/include/pmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/include/pmap.h b/sys/mips/include/pmap.h
index 046c514..994669e 100644
--- a/sys/mips/include/pmap.h
+++ b/sys/mips/include/pmap.h
@@ -163,8 +163,6 @@ typedef struct pv_entry {
extern vm_offset_t avail_end;
extern vm_offset_t avail_start;
-extern vm_offset_t clean_eva;
-extern vm_offset_t clean_sva;
extern vm_offset_t phys_avail[];
extern char *ptvmmap; /* poor name! */
extern vm_offset_t virtual_avail;
OpenPOWER on IntegriCloud