summaryrefslogtreecommitdiffstats
path: root/sys/sys/jumbo.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-06-29 01:49:22 +0000
committeralfred <alfred@FreeBSD.org>2002-06-29 01:49:22 +0000
commitd92411ce7ab4b178ff55c7f84e10521c0c933e1b (patch)
treea34dee7f00c234f53779e4ed49a9950dbca4feff /sys/sys/jumbo.h
parent9929e0fcf8d2ea7cbd4f814b83c21b888e34d3d8 (diff)
downloadFreeBSD-src-d92411ce7ab4b178ff55c7f84e10521c0c933e1b.zip
FreeBSD-src-d92411ce7ab4b178ff55c7f84e10521c0c933e1b.tar.gz
catch up with mextadd callback taking a void argument instead of a caddr_t.
Diffstat (limited to 'sys/sys/jumbo.h')
-rw-r--r--sys/sys/jumbo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/jumbo.h b/sys/sys/jumbo.h
index f2d7135..90f2ab4 100644
--- a/sys/sys/jumbo.h
+++ b/sys/sys/jumbo.h
@@ -53,7 +53,7 @@ jumbo_phys_to_kva(vm_offset_t pa)
}
int jumbo_vm_init(void);
-void jumbo_freem(caddr_t addr, void *args);
+void jumbo_freem(void *addr, void *args);
vm_page_t jumbo_pg_alloc(void);
void jumbo_pg_free(vm_offset_t addr);
void jumbo_pg_steal(vm_page_t pg);
OpenPOWER on IntegriCloud