search for: ba3c523aaf16

Displaying 1 result from an estimated 1 matches for "ba3c523aaf16".

2018 Feb 09
0
[RFC HACK] Make clang hate percpu.h less in 32-bit mode
...c -m32 $ gcc -c -o q.o q.c -m32 q.c: In function ‘foo’: q.c:6:1: warning: unsupported size for integer register --- arch/x86/include/asm/percpu.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h index ba3c523aaf16..3b0e413670e4 100644 --- a/arch/x86/include/asm/percpu.h +++ b/arch/x86/include/asm/percpu.h @@ -99,7 +99,7 @@ do { \ case 1: \ asm(op "b %1,"__percpu_arg(0) \ : "+m" (var) \ - : "qi" ((pto_T__)(val))); \ + : "qi" ((unsign...