criu/arch
Andrey Vagin f54f9f0efa bitopts: add a size sufix for ambiguous instructions
clang requires that.

In file included from arch/x86/cpu.c:9:
arch/x86/include/asm/bitops.h:24:15: error: ambiguous instructions
require an explicit suffix (could be 'btsw', 'btsl', or 'btsq')
        asm volatile("bts %1,%0" : ADDR : "Ir" (nr) : "memory");

Signed-off-by: Andrey Vagin <avagin@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-04-04 14:00:20 +04:00
..
arm headers: types.h -- Move uX types to int.h header 2013-04-02 20:31:51 +04:00
x86 bitopts: add a size sufix for ambiguous instructions 2013-04-04 14:00:20 +04:00