Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93165
b: refs/heads/master
c: 2eb6d5e
h: refs/heads/master
i:
  93163: 8f71c0e
v: v3
  • Loading branch information
Isaku Yamahata authored and Ingo Molnar committed Apr 24, 2008
1 parent 0164ebf commit 84a06ce
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a9db275b02e91fba837750ccfc82411ada834b8
refs/heads/master: 2eb6d5eb48fd6aedf5787b30e5c41693e8c91fa3
12 changes: 11 additions & 1 deletion trunk/include/xen/interface/xen.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 84a06ce

Please sign in to comment.