diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:57 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-09 00:24:45 +0900 |
commit | b848914aac388e82948aa2b277c5a1edf3de158d (patch) | |
tree | 1398bd6a12ca35e3a722955394d71b9ab49a7fcc /vm | |
parent | 18a03f7476f8e79f627bbabdcb478b3c81a6bbdf (diff) |
vm/vm_page.h: remove unused variables
* vm/vm_page.h (first_phys_addr, last_phys_addr): Remove unused variables.
Diffstat (limited to 'vm')
-rw-r--r-- | vm/vm_page.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/vm/vm_page.h b/vm/vm_page.h index 4536d1c..f5681d7 100644 --- a/vm/vm_page.h +++ b/vm/vm_page.h @@ -156,11 +156,6 @@ extern queue_head_t vm_page_queue_inactive; /* inactive memory queue */ extern -vm_offset_t first_phys_addr; /* physical address for first_page */ -extern -vm_offset_t last_phys_addr; /* physical address for last_page */ - -extern int vm_page_free_count; /* How many pages are free? */ extern int vm_page_fictitious_count;/* How many fictitious pages are free? */ |