host-utils: Move 128-bit guard macro to .c file
commit6758c192b063515b5c7bd2b0086217825c5b6d00
authorJose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Tue, 10 Jan 2017 02:10:08 +0000 (10 00:10 -0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 30 Jan 2017 23:10:14 +0000 (31 10:10 +1100)
treee46bb7b1efe8e3e0f84244334d254ef07c1a7f8a
parent5d51eaea84899d88cb161fab3f089168e3812e9e
host-utils: Move 128-bit guard macro to .c file

It is not possible to implement functions in host-utils.c for
architectures with quadwords because the guard is implemented in the
Makefile. This patch move the guard out of the Makefile to the
implementation file.

Signed-off-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
util/Makefile.objs
util/host-utils.c