[PATCH 26/30] x86, kaiser: add a function to check for KAISER being enabled

2017-11-10 Thread Dave Hansen
From: Dave Hansen Currently, all of the checks for KAISER are compile-time checks. Runtime checks are needed for turning it on/off at runtime. Add a function to do that. Signed-off-by: Dave Hansen Cc: Moritz Lipp

[PATCH 26/30] x86, kaiser: add a function to check for KAISER being enabled

2017-11-10 Thread Dave Hansen
From: Dave Hansen Currently, all of the checks for KAISER are compile-time checks. Runtime checks are needed for turning it on/off at runtime. Add a function to do that. Signed-off-by: Dave Hansen Cc: Moritz Lipp Cc: Daniel Gruss Cc: Michael Schwarz Cc: Richard Fellner Cc: Andy

[PATCH 26/30] x86, kaiser: add a function to check for KAISER being enabled

2017-11-08 Thread Dave Hansen
From: Dave Hansen Currently, all of the checks for KAISER are compile-time checks. We also need runtime checks if we are going to turn it on/off at runtime. Add a function to do that. Signed-off-by: Dave Hansen Cc: Moritz Lipp

[PATCH 26/30] x86, kaiser: add a function to check for KAISER being enabled

2017-11-08 Thread Dave Hansen
From: Dave Hansen Currently, all of the checks for KAISER are compile-time checks. We also need runtime checks if we are going to turn it on/off at runtime. Add a function to do that. Signed-off-by: Dave Hansen Cc: Moritz Lipp Cc: Daniel Gruss Cc: Michael Schwarz Cc: Richard Fellner Cc: