diff options
| author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-04-02 13:53:51 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 17:57:32 -0400 |
| commit | 2eb6d5eb48fd6aedf5787b30e5c41693e8c91fa3 (patch) | |
| tree | fa82698996510582c4479ed7ecf122839a98f948 /include/xen/interface | |
| parent | 9a9db275b02e91fba837750ccfc82411ada834b8 (diff) | |
xen: definitions which ia64/xen needs
Add xen VIRQ numbers defined for arch specific use.
ia64/xen domU uses VIRQ_ARCH_0 for virtual itc timer.
Although all those constants aren't used yet by ia64
at this moment, add all arch specific VIRQ numbers.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/xen/interface')
| -rw-r--r-- | 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 87ad143be40..9b018da48cf 100644 --- a/include/xen/interface/xen.h +++ b/include/xen/interface/xen.h | |||
| @@ -78,8 +78,18 @@ | |||
| 78 | #define VIRQ_CONSOLE 2 /* (DOM0) Bytes received on emergency console. */ | 78 | #define VIRQ_CONSOLE 2 /* (DOM0) Bytes received on emergency console. */ |
| 79 | #define VIRQ_DOM_EXC 3 /* (DOM0) Exceptional event for some domain. */ | 79 | #define VIRQ_DOM_EXC 3 /* (DOM0) Exceptional event for some domain. */ |
| 80 | #define VIRQ_DEBUGGER 6 /* (DOM0) A domain has paused for debugging. */ | 80 | #define VIRQ_DEBUGGER 6 /* (DOM0) A domain has paused for debugging. */ |
| 81 | #define NR_VIRQS 8 | ||
| 82 | 81 | ||
| 82 | /* Architecture-specific VIRQ definitions. */ | ||
| 83 | #define VIRQ_ARCH_0 16 | ||
| 84 | #define VIRQ_ARCH_1 17 | ||
| 85 | #define VIRQ_ARCH_2 18 | ||
| 86 | #define VIRQ_ARCH_3 19 | ||
| 87 | #define VIRQ_ARCH_4 20 | ||
| 88 | #define VIRQ_ARCH_5 21 | ||
| 89 | #define VIRQ_ARCH_6 22 | ||
| 90 | #define VIRQ_ARCH_7 23 | ||
| 91 | |||
| 92 | #define NR_VIRQS 24 | ||
| 83 | /* | 93 | /* |
| 84 | * MMU-UPDATE REQUESTS | 94 | * MMU-UPDATE REQUESTS |
| 85 | * | 95 | * |
