summaryrefslogtreecommitdiff
path: root/arch/csky
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2024-03-04 13:12:20 +0300
committerIngo Molnar <mingo@kernel.org>2024-03-04 14:01:54 +0300
commit5323922f50ecdf9d10cdd2fabd06507e5b4f3feb (patch)
tree2fb52aeab30c15ae779290dd5775c420a30e8c45 /arch/csky
parent154fcf3a788868cb87d8c2e50c0b5b3a2fe89853 (diff)
downloadlinux-5323922f50ecdf9d10cdd2fabd06507e5b4f3feb.tar.xz
x86/msr: Add missing __percpu annotations
Sparse rightfully complains about using a plain pointer for per CPU accessors: msr-smp.c:15:23: sparse: warning: incorrect type in initializer (different address spaces) msr-smp.c:15:23: sparse: expected void const [noderef] __percpu *__vpp_verify msr-smp.c:15:23: sparse: got struct msr * Add __percpu annotations to the related datastructure and function arguments to cure this. This also cures the related sparse warnings at the callsites in drivers/edac/amd64_edac.c. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20240304005104.513181735@linutronix.de
Diffstat (limited to 'arch/csky')
0 files changed, 0 insertions, 0 deletions