]> git.baikalelectronics.ru Git - kernel.git/commit
xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Apr 2013 18:37:04 +0000 (14:37 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Apr 2013 20:05:17 +0000 (16:05 -0400)
commit42f8ec34e1ff50234eca507ff2d855d8c5c63e6d
treeb5578f95d6443c222046dd00f10598d4aa2b9909
parent94b923407d8f28471c372f09330ea6cc71f280ea
xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.

There is no need to use the PV version of the IRQ_WORKER mechanism
as under PVHVM we are using the native version. The native
version is using the SMP API.

They just sit around unused:

  69:          0          0  xen-percpu-ipi       irqwork0
  83:          0          0  xen-percpu-ipi       irqwork1

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/smp.c