diff options
author | Thiago Jung Bauermann <[email protected]> | 2016-11-29 23:45:48 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2016-11-30 23:14:59 +1100 |
commit | ec2b9bfaac44ea889625a6b9473d33898b10d35f (patch) | |
tree | abb247ab853ca78135948da2e30da525b4a5839f /arch/powerpc/include/asm/kexec.h | |
parent | 60fe3910bb029e3671ce7ac080a7acb7e032b9e0 (diff) |
kexec_file: Change kexec_add_buffer to take kexec_buf as argument.
This is done to simplify the kexec_add_buffer argument list.
Adapt all callers to set up a kexec_buf to pass to kexec_add_buffer.
In addition, change the type of kexec_buf.buffer from char * to void *.
There is no particular reason for it to be a char *, and the change
allows us to get rid of 3 existing casts to char * in the code.
Signed-off-by: Thiago Jung Bauermann <[email protected]>
Acked-by: Dave Young <[email protected]>
Acked-by: Balbir Singh <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'arch/powerpc/include/asm/kexec.h')
0 files changed, 0 insertions, 0 deletions