ia64/xen-unstable
changeset 11344:5acf10969b1d
Added an entry to arch._types for x86_64.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Wed Aug 30 01:20:01 2006 +0100 (2006-08-30) |
parents | 8135621eeb7b |
children | f66bae594691 |
files | tools/python/xen/xend/arch.py |
line diff
1.1 --- a/tools/python/xen/xend/arch.py Tue Aug 29 16:31:57 2006 -0700 1.2 +++ b/tools/python/xen/xend/arch.py Wed Aug 30 01:20:01 2006 +0100 1.3 @@ -24,6 +24,7 @@ import os 1.4 "i486": "x86", 1.5 "i586": "x86", 1.6 "i686": "x86", 1.7 + "x86_64": "x86", 1.8 "ia64": "ia64", 1.9 "ppc": "powerpc", 1.10 "ppc64": "powerpc",