ia64/xen: reserve "break" numbers used for xen hypercalls.
reserve "break" numbers used for xen hypercalls to avoid reuse for something else. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
1b4a18fcfa
commit
da0ac27213
1 changed files with 9 additions and 0 deletions
|
@ -20,4 +20,13 @@
|
||||||
*/
|
*/
|
||||||
#define __IA64_BREAK_SYSCALL 0x100000
|
#define __IA64_BREAK_SYSCALL 0x100000
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Xen specific break numbers:
|
||||||
|
*/
|
||||||
|
#define __IA64_XEN_HYPERCALL 0x1000
|
||||||
|
/* [__IA64_XEN_HYPERPRIVOP_START, __IA64_XEN_HYPERPRIVOP_MAX] is used
|
||||||
|
for xen hyperprivops */
|
||||||
|
#define __IA64_XEN_HYPERPRIVOP_START 0x1
|
||||||
|
#define __IA64_XEN_HYPERPRIVOP_MAX 0x1a
|
||||||
|
|
||||||
#endif /* _ASM_IA64_BREAK_H */
|
#endif /* _ASM_IA64_BREAK_H */
|
||||||
|
|
Loading…
Reference in a new issue