commit | 60fe3910bb029e3671ce7ac080a7acb7e032b9e0 | [log] [tgz] |
---|---|---|
author | Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> | Tue Nov 29 23:45:47 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 30 23:14:57 2016 +1100 |
tree | 89bd58b4985af7713e59f34933c11a450b1677fa | |
parent | 0ab5171b8971282d7562b77f9b14137a827117fc [diff] |
kexec_file: Allow arch-specific memory walking for kexec_add_buffer Allow architectures to specify a different memory walking function for kexec_add_buffer. x86 uses iomem to track reserved memory ranges, but PowerPC uses the memblock subsystem. Signed-off-by: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com> Acked-by: Dave Young <dyoung@redhat.com> Acked-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>