diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-20 09:33:40 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-20 09:33:40 -0800 |
commit | db4fcb45a482a247f7b62fef658d990ed81855f2 (patch) | |
tree | a1bf56f80e0c02f2c971672e2ff45b756dbdfc91 /arch/ia64/include/uapi/asm/break.h | |
parent | 09854dde949d611c6675075cb22927444a28faf6 (diff) | |
parent | d52eefb47d4eb6fe40d4c92bc711dd34a8ce1747 (diff) |
Merge tag 'please-pull-rm_xen' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
Pull ia64 Xen removal from Tony Luck:
"Nobody has been maintaining xen in ia64 for a long time. Rip it all
out so people do not waste time making updates to broken/dead code"
* tag 'please-pull-rm_xen' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux:
ia64/xen: Remove Xen support for ia64
Diffstat (limited to 'arch/ia64/include/uapi/asm/break.h')
-rw-r--r-- | arch/ia64/include/uapi/asm/break.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/ia64/include/uapi/asm/break.h b/arch/ia64/include/uapi/asm/break.h index e90c40ec9edf..f03402039896 100644 --- a/arch/ia64/include/uapi/asm/break.h +++ b/arch/ia64/include/uapi/asm/break.h @@ -20,13 +20,4 @@ */ #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 */ |