Files
kernel_google_wahoo/arch/sparc/include/asm
David S. Miller 25b5a7a80d sparc64: Rework xchg() definition to avoid warnings.
[ Upstream commit 6c2fc9cddc1ffdef8ada1dc8404e5affae849953 ]

Such as:

fs/ocfs2/file.c: In function ‘ocfs2_file_write_iter’:
./arch/sparc/include/asm/cmpxchg_64.h:55:22: warning: value computed is not used [-Wunused-value]
 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))

and

drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c: In function ‘ixgbevf_xdp_setup’:
./arch/sparc/include/asm/cmpxchg_64.h:55:22: warning: value computed is not used [-Wunused-value]
 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-28 18:25:52 +01:00
..
2012-03-28 18:30:03 +01:00
2019-07-10 09:56:42 +02:00
2015-05-13 10:55:42 +02:00
2012-03-28 18:30:03 +01:00
2014-08-26 13:45:55 -04:00
2014-04-29 01:12:25 -04:00
2013-03-20 11:06:54 -07:00
2014-10-05 16:53:40 -07:00
2012-05-15 10:22:00 -07:00
2017-06-14 13:16:20 +02:00
2012-03-28 18:30:03 +01:00
2012-05-14 14:05:07 -07:00
2012-07-26 16:46:16 -07:00
2014-05-02 01:30:20 -04:00
2019-11-28 18:25:47 +01:00
2017-06-14 13:16:20 +02:00
2014-09-23 16:21:27 -04:00
2012-04-15 10:28:50 -07:00
2016-09-24 10:07:45 +02:00
2012-07-26 16:46:16 -07:00