]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix return type of mips pmap_kextract()
authorjchandra <jchandra@FreeBSD.org>
Thu, 22 Mar 2012 15:14:10 +0000 (15:14 +0000)
committerjchandra <jchandra@FreeBSD.org>
Thu, 22 Mar 2012 15:14:10 +0000 (15:14 +0000)
commit5cbc1e69ab9389157f33be6774f87a2edb718d28
treee45a7bb7b1926e3d1d6131c899728640bdc4e721
parent625402758bbbfc93f3af7661c735780ad2f94cd5
Fix return type of mips pmap_kextract()

The return type should be vm_paddr_t, not vm_offset_t.
sys/mips/mips/pmap.c