From 00509cca56d5ce6f905fea31920493b58eca5a2f Mon Sep 17 00:00:00 2001 From: Glauber de Oliveira Costa Date: Wed, 19 Mar 2008 14:25:42 -0300 Subject: [PATCH] --- yaml --- r: 88827 b: refs/heads/master c: d2bcbad5f3ad38a1c09861bca7e252dde7bb8259 h: refs/heads/master i: 88825: 0f044e883108573c14a9cf25d6ddc357c0d5a361 88823: c00a2d497b264dd172c99d15e3f97d72a84c63cf v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/smpboot_32.c | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/[refs] b/[refs] index de90bd2b922c..773d801f38a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 802b8133b4f78c30a2668d142d78861e27c0c6a7 +refs/heads/master: d2bcbad5f3ad38a1c09861bca7e252dde7bb8259 diff --git a/trunk/arch/x86/kernel/smpboot_32.c b/trunk/arch/x86/kernel/smpboot_32.c index 255c6f761480..88ee65585d3f 100644 --- a/trunk/arch/x86/kernel/smpboot_32.c +++ b/trunk/arch/x86/kernel/smpboot_32.c @@ -195,11 +195,6 @@ static void __cpuinit start_secondary(void *unused) enable_NMI_through_LVT0(); enable_8259A_irq(0); } - /* - * low-memory mappings have been cleared, flush them from - * the local TLBs too. - */ - local_flush_tlb(); /* This must be done before setting cpu_online_map */ set_cpu_sibling_map(raw_smp_processor_id()); @@ -714,8 +709,6 @@ static void __cpuinit __smp_prepare_cpu(int cpu) schedule_work(&info.task); wait_for_completion(&done); } - - zap_low_mappings(); } #endif