Skip to content

Commit

Permalink
arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
  • Loading branch information
Stefano Stabellini committed Jun 7, 2013
1 parent 22d4102 commit ea9c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xen/interface/io/protocols.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_IA64
#elif defined(__powerpc64__)
# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_POWERPC64
#elif defined(__arm__)
#elif defined(__arm__) || defined(__aarch64__)
# define XEN_IO_PROTO_ABI_NATIVE XEN_IO_PROTO_ABI_ARM
#else
# error arch fixup needed here
Expand Down

0 comments on commit ea9c365

Please sign in to comment.