]> www.infradead.org Git - users/jedix/linux-maple.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>
Tue, 4 Dec 2012 17:44:37 +0000 (12:44 -0500)
commitc4bb5eee7615bad3671c3ee56d11f78912a2f975
tree26e75937217207bcea251b74afcce52020547ce9
parent0cf5e8569cc5bd92900db2efd23ef67b4eb75b3e
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>
(cherry picked from commit 7644bdac7f4d3e5910f4d3f86f1f2b098d1212ca)
drivers/xen/xenbus/xenbus_xs.c