Re: [patch 10/23] x86/x2apic: Disable x2apic from nox2apic setup

2015-01-16 Thread Borislav Petkov
On Thu, Jan 15, 2015 at 09:22:24PM -, Thomas Gleixner wrote: > There is no point in postponing the hardware disablement of x2apic. It > can be disabled right away in the nox2apic setup function. > > Disable it right away and set the state to DISABLED . This allows to > remove all the nox2apic

Re: [patch 10/23] x86/x2apic: Disable x2apic from nox2apic setup

2015-01-16 Thread Borislav Petkov
On Thu, Jan 15, 2015 at 09:22:24PM -, Thomas Gleixner wrote: There is no point in postponing the hardware disablement of x2apic. It can be disabled right away in the nox2apic setup function. Disable it right away and set the state to DISABLED . This allows to remove all the nox2apic

[patch 10/23] x86/x2apic: Disable x2apic from nox2apic setup

2015-01-15 Thread Thomas Gleixner
There is no point in postponing the hardware disablement of x2apic. It can be disabled right away in the nox2apic setup function. Disable it right away and set the state to DISABLED . This allows to remove all the nox2apic conditionals all over the place. Signed-off-by: Thomas Gleixner ---

[patch 10/23] x86/x2apic: Disable x2apic from nox2apic setup

2015-01-15 Thread Thomas Gleixner
There is no point in postponing the hardware disablement of x2apic. It can be disabled right away in the nox2apic setup function. Disable it right away and set the state to DISABLED . This allows to remove all the nox2apic conditionals all over the place. Signed-off-by: Thomas Gleixner