Hi Boris This looks good to me!
On Fri, Jan 06, 2017 at 05:54:23PM +0100, Borislav Petkov wrote: > On Fri, Jan 06, 2017 at 07:58:31AM -0800, Raj, Ashok wrote: > > Looks like we don't need a return value from therm_throt_process(), > > we can fix that as void as well. > > Right you are, here's v2: > > Signed-off-by: Borislav Petkov <b...@suse.de> > --- > > v2: Ashok: make therm_throt_process() void. Acked-by: Ashok Raj <ashok....@intel.com> > > arch/x86/include/asm/mce.h | 6 ------ > arch/x86/kernel/cpu/mcheck/mce.c | 25 ------------------------- > arch/x86/kernel/cpu/mcheck/therm_throt.c | 30 +++++++++++------------------- > 3 files changed, 11 insertions(+), 50 deletions(-) Cheers, Ashok