[PATCH] x86/paravirt: Remove unused paravirt_disable_iospace

2025-03-02 Thread linux
From: "Dr. David Alan Gilbert" 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. Dav

Re: [PATCH] x86/paravirt: Remove unused paravirt_disable_iospace

2025-03-02 Thread Dr. David Alan Gilbert
* li...@treblig.org (li...@treblig.org) wrote: > From: "Dr. David Alan Gilbert" > > 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