git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70dd499
)
xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 16 Apr 2013 18:37:04 +0000
(14:37 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 16 Apr 2013 20:05:17 +0000
(16:05 -0400)
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>
No differences found