aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugobjects.c
diff options
context:
space:
mode:
authorMax Filippov <[email protected]>2020-06-04 20:37:10 +0000
committerMax Filippov <[email protected]>2020-07-02 15:35:02 +0000
commit73f9941306d5ce030f3ffc7db425c7b2a798cf8e (patch)
tree03c3efe85fcc4ff51da6fcfbb73c62a5cc5949d6 /lib/debugobjects.c
parentLinux 5.8-rc3 (diff)
downloadkernel-73f9941306d5ce030f3ffc7db425c7b2a798cf8e.tar.gz
kernel-73f9941306d5ce030f3ffc7db425c7b2a798cf8e.zip
xtensa: fix __sync_fetch_and_{and,or}_4 declarations
Building xtensa kernel with gcc-10 produces the following warnings: arch/xtensa/kernel/xtensa_ksyms.c:90:15: warning: conflicting types for built-in function ‘__sync_fetch_and_and_4’; expected ‘unsigned int(volatile void *, unsigned int)’ [-Wbuiltin-declaration-mismatch] arch/xtensa/kernel/xtensa_ksyms.c:96:15: warning: conflicting types for built-in function ‘__sync_fetch_and_or_4’; expected ‘unsigned int(volatile void *, unsigned int)’ [-Wbuiltin-declaration-mismatch] Fix declarations of these functions to avoid the warning. Signed-off-by: Max Filippov <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions