]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/mm: Make use_/unuse_temporary_mm() non-static
authorAndy Lutomirski <luto@kernel.org>
Wed, 2 Apr 2025 09:45:36 +0000 (11:45 +0200)
committerIngo Molnar <mingo@kernel.org>
Sat, 12 Apr 2025 08:05:52 +0000 (10:05 +0200)
commitd376972c9825ac4e8ad74872ee0730a5b4292e44
tree75f0f9b2091b2606367d587ab0f5813611e11166
parent81e3cbdef230fd9adfa8569044b07290afd66708
x86/mm: Make use_/unuse_temporary_mm() non-static

This prepares them for use outside of the alternative machinery.
The code is unchanged.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Rik van Riel <riel@surriel.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Link: https://lore.kernel.org/r/20250402094540.3586683-4-mingo@kernel.org
arch/x86/include/asm/mmu_context.h
arch/x86/kernel/alternative.c
arch/x86/mm/tlb.c