commit | bae1d2507e44417455eda76d4435352fee14cf51 | [log] [tgz] |
---|---|---|
author | Ravikiran G Thirumalai <kiran@scalex86.org> | Fri Apr 04 03:06:29 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Apr 04 18:36:46 2008 +0200 |
tree | 74ea2353ff103bd132a7a85c33785ce8855b0e4b | |
parent | 9c9b81f77330ddc003a2de2f35fa6a20410c1a62 [diff] |
x86: fix breakage of vSMP irq operations 25-rc* stopped working with CONFIG_X86_VSMP on vSMP machines. Looks like the vsmp irq ops got accidentally removed during merge of x86_64 pvops in 2.6.25. -- commit 6abcd98ffafbff81f0bfd7ee1d129e634af13245 removed vsmp irq ops. Tested with both CONFIG_X86_VSMP and without CONFIG_X86_VSMP, on vSMP and non vSMP x86_64 machines. Please apply. Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>