Re: [PATCH] x86, irq: Fix regression caused by commit b568b8601f05

2015-02-17 Thread Peter Zijlstra
On Tue, Feb 17, 2015 at 06:55:14PM +0100, Rafael J. Wysocki wrote: > On Monday, February 16, 2015 08:36:37 PM Pavel Machek wrote: > > On Mon 2015-02-16 10:11:13, Jiang Liu wrote: > > > Commit b568b8601f05 ("Treat SCI interrupt as normal GSI interrupt") > > > accidently removes support of legacy PIC

Re: [PATCH] x86, irq: Fix regression caused by commit b568b8601f05

2015-02-17 Thread Rafael J. Wysocki
On Monday, February 16, 2015 08:36:37 PM Pavel Machek wrote: > On Mon 2015-02-16 10:11:13, Jiang Liu wrote: > > Commit b568b8601f05 ("Treat SCI interrupt as normal GSI interrupt") > > accidently removes support of legacy PIC interrupt when fixing a > > accidentaly? > > > regression for Xen, which

Re: [PATCH] x86, irq: Fix regression caused by commit b568b8601f05

2015-02-16 Thread Pavel Machek
On Mon 2015-02-16 10:11:13, Jiang Liu wrote: > Commit b568b8601f05 ("Treat SCI interrupt as normal GSI interrupt") > accidently removes support of legacy PIC interrupt when fixing a accidentaly? > regression for Xen, which causes a nasty regression on HP/Compaq > nc6000 where we fail to register

Re: [PATCH] x86, irq: Fix regression caused by commit b568b8601f05

2015-02-16 Thread Ville Syrjälä
On Mon, Feb 16, 2015 at 10:11:13AM +0800, Jiang Liu wrote: > Commit b568b8601f05 ("Treat SCI interrupt as normal GSI interrupt") > accidently removes support of legacy PIC interrupt when fixing a > regression for Xen, which causes a nasty regression on HP/Compaq > nc6000 where we fail to register t

[PATCH] x86, irq: Fix regression caused by commit b568b8601f05

2015-02-15 Thread Jiang Liu
Commit b568b8601f05 ("Treat SCI interrupt as normal GSI interrupt") accidently removes support of legacy PIC interrupt when fixing a regression for Xen, which causes a nasty regression on HP/Compaq nc6000 where we fail to register the ACPI interrupt, and thus lose eg. thermal notifications leading