diff options
author | Pingfan Liu <piliu@redhat.com> | 2022-03-31 13:59:33 +0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2022-04-01 15:54:32 +0200 |
commit | 1d8273d82b667d168939ba322adb5449d6171704 (patch) | |
tree | 51a13ffd7c62aeb1ffda83e240396c125d9f5853 /kexec/virt_to_phys.c | |
parent | 33778949c1325fd28a9a0e27fd7595359d8fec75 (diff) |
arm64/crashdump-arm64: explicit type conversion to suppress compiler warning
elf_info.page_offset is 'unsigned long long', while get_page_offset()
has the input param as a type of 'unsigned long *'. It demands explicit
type casting to mute the compiler warning.
Signed-off-by: Pingfan Liu <piliu@redhat.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/virt_to_phys.c')
0 files changed, 0 insertions, 0 deletions