xen-blkback: default to X86_32 ABI on x86
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 5 Feb 2015 17:09:56 +0000 (17:09 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Tue, 10 Feb 2015 16:04:46 +0000 (16:04 +0000)
Prior to the existance of 64-bit backends using the X86_64 ABI,
frontends used the X86_32 ABI.  These old frontends do not specify the
ABI and when used with a 64-bit backend do not work.

On x86, default to the X86_32 ABI if one is not specified.  Backends
on ARM continue to default to their NATIVE ABI.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
drivers/block/xen-blkback/common.h
drivers/block/xen-blkback/xenbus.c

Simple merge
Simple merge