x86/cpufeature: Remove cpu_has_pse
Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/1459266123-21878-11-git-send-email-bp@alien8.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -284,7 +284,7 @@ kernel_physical_mapping_init(unsigned long start,
|
||||
*/
|
||||
mapping_iter = 1;
|
||||
|
||||
if (!cpu_has_pse)
|
||||
if (!boot_cpu_has(X86_FEATURE_PSE))
|
||||
use_pse = 0;
|
||||
|
||||
repeat:
|
||||
|
Reference in New Issue
Block a user