[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xen: arm: print arm32 not x86_64 in xen info.
Reported-by: Lars Rasmusson <Lars.Rasmusson@xxxxxxx> Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- I have added a patch to my arm64 branch to make this dynamic, I'll include this next time I post that series. --- xen/arch/arm/traps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c index 8afcf0c..499e063 100644 --- a/xen/arch/arm/traps.c +++ b/xen/arch/arm/traps.c @@ -68,7 +68,7 @@ static void print_xen_info(void) debug = 'y'; #endif - printk("----[ Xen-%d.%d%s x86_64 debug=%c %s ]----\n", + printk("----[ Xen-%d.%d%s arm32 debug=%c %s ]----\n", xen_major_version(), xen_minor_version(), xen_extra_version(), debug, print_tainted(taint_str)); } -- 1.7.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |