mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
MIPS: Replace use of phys_t with phys_addr_t.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
34adb28d50
commit
15d45cce3a
23 changed files with 64 additions and 64 deletions
|
@ -428,7 +428,7 @@ static inline int io_remap_pfn_range(struct vm_area_struct *vma,
|
|||
unsigned long size,
|
||||
pgprot_t prot)
|
||||
{
|
||||
phys_t phys_addr_high = fixup_bigphys_addr(pfn << PAGE_SHIFT, size);
|
||||
phys_addr_t phys_addr_high = fixup_bigphys_addr(pfn << PAGE_SHIFT, size);
|
||||
return remap_pfn_range(vma, vaddr, phys_addr_high >> PAGE_SHIFT, size, prot);
|
||||
}
|
||||
#define io_remap_pfn_range io_remap_pfn_range
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue