Skip to content

Commit 255a918

Browse files
committed
Merge tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fix from Juergen Gross: "Just a single patch fixing a sparse warning" * tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: x86/xen: Fix sparse warning in enlighten_pv.c
2 parents 44f9a00 + e5aff44 commit 255a918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/xen/enlighten_pv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ static int xen_cpu_dead_pv(unsigned int cpu);
108108
* calls.
109109
*/
110110
DEFINE_PER_CPU(bool, xen_in_preemptible_hcall);
111-
EXPORT_SYMBOL_GPL(xen_in_preemptible_hcall);
111+
EXPORT_PER_CPU_SYMBOL_GPL(xen_in_preemptible_hcall);
112112

113113
/*
114114
* In case of scheduling the flag must be cleared and restored after

0 commit comments

Comments
 (0)