Skip to content
Commit 4ee20980 authored by Min-Hua Chen's avatar Min-Hua Chen Committed by Will Deacon
Browse files

arm64: fix data type for physical address



Use phys_addr_t for physical address in alloc_init_pud. Although
phys_addr_t and unsigned long are 64 bit in arm64, it is better
to use phys_addr_t to describe physical addresses.

Signed-off-by: default avatarMin-Hua Chen <orca.chen@gmail.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent f2001bd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment