commit | a24ca9976843156eabbc5f2d798954b5674d1b61 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Mon Nov 11 23:03:29 2019 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Nov 16 11:24:05 2019 +0100 |
tree | c1388bd5a00df2d9be5ca8efd602984a9dfbb6e8 | |
parent | c8137ace56383688af911fea5934c71ad158135e [diff] |
x86/iopl: Remove legacy IOPL option The IOPL emulation via the I/O bitmap is sufficient. Remove the legacy cruft dealing with the (e)flags based IOPL mechanism. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Juergen Gross <jgross@suse.com> (Paravirt and Xen parts) Acked-by: Andy Lutomirski <luto@kernel.org>