Files
android_kernel_xiaomi_sm8450/arch/x86/kernel
Thiago Jung Bauermann ec2b9bfaac 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 <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>
2016-11-30 23:14:59 +11:00
..
2016-11-11 08:45:08 -08:00
2015-11-23 09:44:58 +01:00
2016-01-30 11:22:17 +01:00
2016-06-06 17:10:15 +02:00
2016-04-16 13:21:40 +02:00
2016-09-20 09:26:15 +02:00