summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-04-22 15:40:35 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2015-05-11 20:00:32 +1000
commit6e5c077519f2661c56647fc21b2ec2ba0a50bb75 (patch)
tree44d236072fd0ff51a57c21582636a2e7e35be252 /arch/powerpc/kernel/Makefile
parent63da88dd48268af415b3677e20f6bcb92c1bf32c (diff)
powerpc/vdso: Combine start/size variables
In vdso_fixup_features() we have start64/start32 and size64/size32, but they have the same types, ie. void * and unsigned long. They're only used to save the return value from find_sectionXX() for the subsequent call to do_feature_fixups(), so there's no overlap in their usage either. So we can just consolidate them into start/size and avoid the duplication. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
0 files changed, 0 insertions, 0 deletions