aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/softirq.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-06-01 10:20:35 +0100
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-06-01 10:20:35 +0100
commit19c953f511aebf5d2298dfe3f1effd5fadcb1005 (patch)
treeac211770fdb1f05aa02cad8965a393ad8dfe2cb9 /xen/include/asm-arm/softirq.h
parentc474c11eda55bab84e8d6a24b7756da6f067ffba (diff)
downloadxen-19c953f511aebf5d2298dfe3f1effd5fadcb1005.tar.gz
xen-19c953f511aebf5d2298dfe3f1effd5fadcb1005.tar.bz2
xen-19c953f511aebf5d2298dfe3f1effd5fadcb1005.zip
arm: remove VGIC_SOFTIRQ
Instead of using a softirq to check whether we need to set the VI bit in the HCR (IRQ injection in the guest), always check the lr_mask on leave_hypervisor_tail. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/softirq.h')
-rw-r--r--xen/include/asm-arm/softirq.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xen/include/asm-arm/softirq.h b/xen/include/asm-arm/softirq.h
index 536af3845c..27818ae62d 100644
--- a/xen/include/asm-arm/softirq.h
+++ b/xen/include/asm-arm/softirq.h
@@ -1,8 +1,7 @@
#ifndef __ASM_SOFTIRQ_H__
#define __ASM_SOFTIRQ_H__
-#define VGIC_SOFTIRQ (NR_COMMON_SOFTIRQS + 0)
-#define NR_ARCH_SOFTIRQS 1
+#define NR_ARCH_SOFTIRQS 0
#endif /* __ASM_SOFTIRQ_H__ */
/*