mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
xen: branch for v6.19-rc2
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRTLbB6QfY48x44uB6AXGG7T9hjvgUCaUT1mQAKCRCAXGG7T9hj vpIDAQCqbWQJmr7TJSKm/xKdMU4IzaLmOCe5m0UvjHiLmIeKMgEAzqLvwMhs8rjz A/ELYnIqIhkwTm990eDT1YF/y1XYkQY= =6qmH -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
255a918a94
|
|
@ -108,7 +108,7 @@ static int xen_cpu_dead_pv(unsigned int cpu);
|
|||
* calls.
|
||||
*/
|
||||
DEFINE_PER_CPU(bool, xen_in_preemptible_hcall);
|
||||
EXPORT_SYMBOL_GPL(xen_in_preemptible_hcall);
|
||||
EXPORT_PER_CPU_SYMBOL_GPL(xen_in_preemptible_hcall);
|
||||
|
||||
/*
|
||||
* In case of scheduling the flag must be cleared and restored after
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user