diff options
Diffstat (limited to 'arch/x86/mm/cpu_entry_area.c')
-rw-r--r-- | arch/x86/mm/cpu_entry_area.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/mm/cpu_entry_area.c b/arch/x86/mm/cpu_entry_area.c index b9283cc27622..476d810639a8 100644 --- a/arch/x86/mm/cpu_entry_area.c +++ b/arch/x86/mm/cpu_entry_area.c | |||
@@ -163,4 +163,10 @@ void __init setup_cpu_entry_areas(void) | |||
163 | 163 | ||
164 | for_each_possible_cpu(cpu) | 164 | for_each_possible_cpu(cpu) |
165 | setup_cpu_entry_area(cpu); | 165 | setup_cpu_entry_area(cpu); |
166 | |||
167 | /* | ||
168 | * This is the last essential update to swapper_pgdir which needs | ||
169 | * to be synchronized to initial_page_table on 32bit. | ||
170 | */ | ||
171 | sync_initial_page_table(); | ||
166 | } | 172 | } |