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:

کامیت شده توسط
Ingo Molnar

والد
c109bf9599
کامیت
16bf92261b
@@ -106,7 +106,7 @@ static int resume_physical_mapping_init(pgd_t *pgd_base)
|
||||
* normal page tables.
|
||||
* NOTE: We can mark everything as executable here
|
||||
*/
|
||||
if (cpu_has_pse) {
|
||||
if (boot_cpu_has(X86_FEATURE_PSE)) {
|
||||
set_pmd(pmd, pfn_pmd(pfn, PAGE_KERNEL_LARGE_EXEC));
|
||||
pfn += PTRS_PER_PTE;
|
||||
} else {
|
||||
|
مرجع در شماره جدید
Block a user