x86/cpu: Move prototype for get_umwait_control_msr() to a global location
.. in order to fix a -Wmissing-prototypes warning. No functional change. Signed-off-by: Benjamin Thiel <b.thiel@posteo.de> Signed-off-by: Borislav Petkov <bp@suse.de> Cc: kvm@vger.kernel.org Link: https://lkml.kernel.org/r/20200123172945.7235-1-b.thiel@posteo.de
This commit is contained in:

committed by
Borislav Petkov

parent
99ce3255fd
commit
b10c307f6f
@@ -4,6 +4,7 @@
|
||||
#include <linux/cpu.h>
|
||||
|
||||
#include <asm/msr.h>
|
||||
#include <asm/mwait.h>
|
||||
|
||||
#define UMWAIT_C02_ENABLE 0
|
||||
|
||||
|
Reference in New Issue
Block a user