]> git.baikalelectronics.ru Git - kernel.git/commit
xen: xenbus: quirk uses x86 specific cpuid
authorIan Campbell <ian.campbell@citrix.com>
Wed, 17 Oct 2012 08:39:08 +0000 (09:39 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 19 Oct 2012 19:17:48 +0000 (15:17 -0400)
commit4e9880197b63e47e8cbaff5bb5c87296c715b39d
tree697a7502ddf10f1f88b2644dde9d63436ca1a34b
parent8b80185b139575fbb7ed83f478c11de161c3a698
xen: xenbus: quirk uses x86 specific cpuid

This breaks on ARM. This quirk is not necessary on ARM because no
hypervisors of that vintage exist for that architecture (port is too
new).

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
[v1: Moved the ifdef inside the function per Jan Beulich suggestion]
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_xs.c