|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH 02/50] xen: add missing VIRQ_ARCH_[0-7] definiti
Signed-off-by: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
---
include/xen/interface/xen.h | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/include/xen/interface/xen.h b/include/xen/interface/xen.h
index 87ad143..9b018da 100644
--- a/include/xen/interface/xen.h
+++ b/include/xen/interface/xen.h
@@ -78,8 +78,18 @@
#define VIRQ_CONSOLE 2 /* (DOM0) Bytes received on emergency console. */
#define VIRQ_DOM_EXC 3 /* (DOM0) Exceptional event for some domain. */
#define VIRQ_DEBUGGER 6 /* (DOM0) A domain has paused for debugging. */
-#define NR_VIRQS 8
+/* Architecture-specific VIRQ definitions. */
+#define VIRQ_ARCH_0 16
+#define VIRQ_ARCH_1 17
+#define VIRQ_ARCH_2 18
+#define VIRQ_ARCH_3 19
+#define VIRQ_ARCH_4 20
+#define VIRQ_ARCH_5 21
+#define VIRQ_ARCH_6 22
+#define VIRQ_ARCH_7 23
+
+#define NR_VIRQS 24
/*
* MMU-UPDATE REQUESTS
*
--
1.5.3
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 02/50] xen: add missing VIRQ_ARCH_[0-7] definitions which ia64/xen needs.,
Isaku Yamahata <=
- [Xen-ia64-devel] [PATCH 01/50] xen: add missing __HYPERVISOR_arch_[0-7] definisions which ia64 needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 03/50] xen: add missing definitions for xen grant table which ia64/xen needs., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 04/50] xen: add missing definitions in include/xen/interface/vcpu.h which ia64/xen needs, Isaku Yamahata
- [Xen-ia64-devel] [PATCH 09/50] xen: make grant table arch portable., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 05/50] xen: move features.c from arch/x86/xen/features.c to drivers/xen., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 12/50] ia64/pv_ops: introduce ia64_set_rr0_to_rr4() to make kernel paravirtualization friendly., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 06/50] xen: move arch/x86/xen/events.c undedr drivers/xen and split out arch specific part., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 07/50] xen: make include/xen/page.h portable moving those definitions under asm dir., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 17/50] ia64/pv_ops: introduce basic facilities for binary patching., Isaku Yamahata
- [Xen-ia64-devel] [PATCH 08/50] xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one., Isaku Yamahata
|
|
|
|
|