mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
parisc: Drop pa_swapper_pg_lock spinlock
This spinlock was dropped with commit b7795074a046 ("parisc: Optimize per-pagetable spinlocks") in kernel v5.12. Remove it to silence a sparse warning. Signed-off-by: Helge Deller <deller@gmx.de> Reported-by: kernel test robot <lkp@intel.com> Cc: <stable@vger.kernel.org> # v5.12+
This commit is contained in:
parent
16bf37bf49
commit
3fbc9a7de0
@ -50,9 +50,6 @@ void flush_instruction_cache_local(void); /* flushes local code-cache only */
|
|||||||
*/
|
*/
|
||||||
DEFINE_SPINLOCK(pa_tlb_flush_lock);
|
DEFINE_SPINLOCK(pa_tlb_flush_lock);
|
||||||
|
|
||||||
/* Swapper page setup lock. */
|
|
||||||
DEFINE_SPINLOCK(pa_swapper_pg_lock);
|
|
||||||
|
|
||||||
#if defined(CONFIG_64BIT) && defined(CONFIG_SMP)
|
#if defined(CONFIG_64BIT) && defined(CONFIG_SMP)
|
||||||
int pa_serialize_tlb_flushes __ro_after_init;
|
int pa_serialize_tlb_flushes __ro_after_init;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user