commit | a890b6fefd1775a1c3a7d8fe8af968a3a7b23c04 | [log] [tgz] |
---|---|---|
author | Josh Triplett <josh@joshtriplett.org> | Sun Oct 20 15:30:16 2013 +0100 |
committer | Gleb Natapov <gleb@redhat.com> | Wed Nov 06 11:07:09 2013 +0200 |
tree | 5f12e8eeca25255beee18958976216ef8cd07b26 | |
parent | 35a5121b588f88686cab289b29eff3ce011f55a3 [diff] |
kvm: Delete prototype for non-existent function kvm_check_iopl The prototype for kvm_check_iopl appeared in commit f850e2e603bf5a05b0aee7901857cf85715aa694 ("KVM: x86 emulator: Check IOPL level during io instruction emulation"), but the function never actually existed. Remove the prototype. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gleb Natapov <gleb@redhat.com>