|
@@ -9,6 +9,9 @@
|
|
#include <asm/sections.h>
|
|
#include <asm/sections.h>
|
|
#include <asm/system.h>
|
|
#include <asm/system.h>
|
|
#include <asm/tlbflush.h>
|
|
#include <asm/tlbflush.h>
|
|
|
|
+#include <asm/tlb.h>
|
|
|
|
+
|
|
|
|
+DEFINE_PER_CPU(struct mmu_gather, mmu_gathers);
|
|
|
|
|
|
unsigned long __initdata e820_table_start;
|
|
unsigned long __initdata e820_table_start;
|
|
unsigned long __meminitdata e820_table_end;
|
|
unsigned long __meminitdata e820_table_end;
|