diff options
Diffstat (limited to 'vm/vm_page.c')
-rw-r--r-- | vm/vm_page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_page.c b/vm/vm_page.c index 49c2c11e..19f6f4be 100644 --- a/vm/vm_page.c +++ b/vm/vm_page.c @@ -790,7 +790,7 @@ vm_page_lookup(phys_addr_t pa) return NULL; } -static bool +__unused static bool vm_page_block_referenced(const struct vm_page *page, unsigned int order) { unsigned int i, nr_pages; |