]> git.ipfire.org Git - thirdparty/linux.git/commit
x86/paravirt: Remove unused paravirt_disable_iospace()
authorDr. David Alan Gilbert <linux@treblig.org>
Mon, 3 Mar 2025 00:44:41 +0000 (00:44 +0000)
committerIngo Molnar <mingo@kernel.org>
Mon, 3 Mar 2025 10:19:52 +0000 (11:19 +0100)
commit3101900218d7b6acbdee8af3e7bcf04acf5bf9ef
treeddf5c0c533d6af6dcf751621d8da931692b0c628
parent73e8079be9e7ae5ed197d074e0ba6c43674c52f7
x86/paravirt: Remove unused paravirt_disable_iospace()

The last use of paravirt_disable_iospace() was removed in 2015 by
commit d1c29465b8a5 ("lguest: don't disable iospace.")

Remove it.

Note the comment above it about 'entry.S' is unrelated to this
but stayed when intervening code got deleted.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20250303004441.250451-1-linux@treblig.org
arch/x86/include/asm/paravirt_types.h
arch/x86/kernel/paravirt.c