commit | 27d8b207f0dbc19b35e504f5e631f00461dba7f9 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Apr 16 14:37:04 2013 -0400 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Apr 16 16:05:17 2013 -0400 |
tree | b5578f95d6443c222046dd00f10598d4aa2b9909 | |
parent | 70dd4998cb85f0ecd6ac892cc7232abefa432efb [diff] |
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>