From: Ewan Mellor Date: Wed, 30 Aug 2006 00:20:01 +0000 (+0100) Subject: Added an entry to arch._types for x86_64. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15673^2~23^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aab843f487421e5464a435a55650872d19f29381;p=xen.git Added an entry to arch._types for x86_64. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/arch.py b/tools/python/xen/xend/arch.py index 053fcc5f48..85e6547401 100644 --- a/tools/python/xen/xend/arch.py +++ b/tools/python/xen/xend/arch.py @@ -24,6 +24,7 @@ _types = { "i486": "x86", "i586": "x86", "i686": "x86", + "x86_64": "x86", "ia64": "ia64", "ppc": "powerpc", "ppc64": "powerpc",