Re: [PATCH] x86: hd0_info and hd1_info are obsolete and unused fields

2015-07-20 Thread Ingo Molnar
* Paolo Pisati wrote: > hd0_info and hd1_info are not used anymore, don't reference them in the code > > Signed-off-by: Paolo Pisati > --- > arch/x86/kernel/kexec-bzimage64.c | 4 > 1 file changed, 4 deletions(-) > > diff --git a/arch/x86/kernel/kexec-bzimage64.c > b/arch/x86/kernel/ke

[PATCH] x86: hd0_info and hd1_info are obsolete and unused fields

2015-07-20 Thread Paolo Pisati
hd0_info and hd1_info are not used anymore, don't reference them in the code Signed-off-by: Paolo Pisati --- arch/x86/kernel/kexec-bzimage64.c | 4 1 file changed, 4 deletions(-) diff --git a/arch/x86/kernel/kexec-bzimage64.c b/arch/x86/kernel/kexec-bzimage64.c index 3666a84..c0ae428 1006