diff options
author | Lin Ming <mlin@ss.pku.edu.cn> | 2012-04-20 18:11:05 +0200 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2012-05-07 21:33:17 +0200 |
commit | 1ff2b0c303698e486f1e0886b4d9876200ef8ca5 (patch) | |
tree | 1579c2602ac178460697dbb44e547b86a8ae1cfe /arch/x86/include/asm/xen | |
parent | xen: implement apic ipi interface (diff) | |
download | linux-1ff2b0c303698e486f1e0886b4d9876200ef8ca5.tar.xz linux-1ff2b0c303698e486f1e0886b4d9876200ef8ca5.zip |
xen: implement IRQ_WORK_VECTOR handler
Signed-off-by: Lin Ming <mlin@ss.pku.edu.cn>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/include/asm/xen')
-rw-r--r-- | arch/x86/include/asm/xen/events.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/xen/events.h b/arch/x86/include/asm/xen/events.h index 1df35417c412..cc146d51449e 100644 --- a/arch/x86/include/asm/xen/events.h +++ b/arch/x86/include/asm/xen/events.h @@ -6,6 +6,7 @@ enum ipi_vector { XEN_CALL_FUNCTION_VECTOR, XEN_CALL_FUNCTION_SINGLE_VECTOR, XEN_SPIN_UNLOCK_VECTOR, + XEN_IRQ_WORK_VECTOR, XEN_NR_IPIS, }; |