diff options
-rw-r--r-- | sys/mips/include/pmap.h | 2 |
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; |