Re: [PATCH] Cleanup useless codes in CMCI handler

2015-11-11 Thread Luck, Tony
On Wed, Nov 11, 2015 at 10:16:45AM -0500, Chen, Gong wrote: > UCNA errors share the same handler with CMCI. But it doesn't > need extra operation to save error record in genpool. Remove > these uselss codes. I'd have emphasised that this same mce is being added to the genpool *twice* (once here, a

[PATCH] Cleanup useless codes in CMCI handler

2015-11-10 Thread Chen, Gong
UCNA errors share the same handler with CMCI. But it doesn't need extra operation to save error record in genpool. Remove these uselss codes. Signed-off-by: Chen, Gong --- arch/x86/kernel/cpu/mcheck/mce.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/arch/x86/kernel/cpu/mche