RE: [tip:x86/cpufeature] x86/cpufeature: Enable RING3MWAIT for Knights Mill

From: Luc, Piotr
Date: Sat Feb 04 2017 - 16:47:59 EST


Hi Thomas,

It looks like there is a typo with the line with 'break' - it should be semicolon there.
Could you fix it, please?

Thx,
Piotr

>
> Signed-off-by: Piotr Luc <piotr.luc@xxxxxxxxx>
> Cc: Piotr.Luc@xxxxxxxxx
> Cc: dave.hansen@xxxxxxxxxxxxxxx
> Link: http://lkml.kernel.org/r/1484918557-15481-6-git-send-email-
> grzegorz.andrejczuk@xxxxxxxxx
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
...
> + case INTEL_FAM6_XEON_PHI_KNL:
> + case INTEL_FAM6_XEON_PHI_KNM:
> + break:
> + default:
...