diff options
author | alc <alc@FreeBSD.org> | 2008-05-18 04:16:57 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2008-05-18 04:16:57 +0000 |
commit | a8f81206ad84b1ab64280e9138a55223f038fc54 (patch) | |
tree | 66daa86e54a43f6d578f868aa2c92f77693509f7 /sys/sun4v | |
parent | afc301919a8dbd312078ed5029c7efe8e76a2302 (diff) | |
download | FreeBSD-src-a8f81206ad84b1ab64280e9138a55223f038fc54.zip FreeBSD-src-a8f81206ad84b1ab64280e9138a55223f038fc54.tar.gz |
Retire pmap_addr_hint(). It is no longer used.
Diffstat (limited to 'sys/sun4v')
-rw-r--r-- | sys/sun4v/sun4v/pmap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sun4v/sun4v/pmap.c b/sys/sun4v/sun4v/pmap.c index 3fe21dd..4a5b7d6 100644 --- a/sys/sun4v/sun4v/pmap.c +++ b/sys/sun4v/sun4v/pmap.c @@ -424,12 +424,6 @@ pmap_activate(struct thread *td) critical_exit(); } -vm_offset_t -pmap_addr_hint(vm_object_t object, vm_offset_t va, vm_size_t size) -{ - return (va); -} - /* * Increase the starting virtual address of the given mapping if a * different alignment might result in more superpage mappings. |