mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-10 14:02:43 +00:00
Fix return type of mips pmap_kextract()
The return type should be vm_paddr_t, not vm_offset_t.
This commit is contained in:
parent
758ffbfa3b
commit
0e37e252d2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233308
@ -3209,7 +3209,7 @@ pmap_emulate_modified(pmap_t pmap, vm_offset_t va)
|
|||||||
* Extract the physical page address associated
|
* Extract the physical page address associated
|
||||||
* virtual address.
|
* virtual address.
|
||||||
*/
|
*/
|
||||||
/* PMAP_INLINE */ vm_offset_t
|
vm_paddr_t
|
||||||
pmap_kextract(vm_offset_t va)
|
pmap_kextract(vm_offset_t va)
|
||||||
{
|
{
|
||||||
int mapped;
|
int mapped;
|
||||||
|
Loading…
Reference in New Issue
Block a user