diff options
author | Boris Ostrovsky <boris.ostrovsky@oracle.com> | 2013-12-05 22:47:27 +0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2013-12-11 04:11:07 +0400 |
commit | d52eefb47d4eb6fe40d4c92bc711dd34a8ce1747 (patch) | |
tree | f2966b8f3b47998d850769256e2c8980bdc26ac3 /include/xen/interface/callback.h | |
parent | 374b105797c3d4f29c685f3be535c35f5689b30e (diff) | |
download | linux-d52eefb47d4eb6fe40d4c92bc711dd34a8ce1747.tar.xz |
ia64/xen: Remove Xen support for ia64
ia64 has not been supported by Xen since 4.2 so it's time to drop
Xen/ia64 from Linux as well.
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/xen/interface/callback.h')
-rw-r--r-- | include/xen/interface/callback.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen/interface/callback.h b/include/xen/interface/callback.h index 8c5fa0e20155..dc3193f4b581 100644 --- a/include/xen/interface/callback.h +++ b/include/xen/interface/callback.h @@ -36,7 +36,7 @@ * @extra_args == Operation-specific extra arguments (NULL if none). */ -/* ia64, x86: Callback for event delivery. */ +/* x86: Callback for event delivery. */ #define CALLBACKTYPE_event 0 /* x86: Failsafe callback when guest state cannot be restored by Xen. */ |