Commit 7d3edcdc authored by Linus Torvalds's avatar Linus Torvalds

Fix tlbflush header file dependencies

parent 36809ddc
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <asm/msr.h> #include <asm/msr.h>
#include <asm/apic.h> #include <asm/apic.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/tlbflush.h>
#ifdef CONFIG_X86_MCE #ifdef CONFIG_X86_MCE
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <asm/desc.h> #include <asm/desc.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/tlbflush.h>
extern void dump_thread(struct pt_regs *, struct user *); extern void dump_thread(struct pt_regs *, struct user *);
extern spinlock_t rtc_lock; extern spinlock_t rtc_lock;
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <asm/mtrr.h> #include <asm/mtrr.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/smpboot.h> #include <asm/smpboot.h>
/* /*
......
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
#include <linux/mc146818rtc.h> #include <linux/mc146818rtc.h>
#include <asm/mtrr.h> #include <asm/mtrr.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/smpboot.h> #include <asm/smpboot.h>
/* Set if we find a B stepping CPU */ /* Set if we find a B stepping CPU */
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
#define _ASM_GENERIC__TLB_H #define _ASM_GENERIC__TLB_H
#include <linux/config.h> #include <linux/config.h>
#include <asm/tlbflush.h>
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
/* aim for something that fits in the L1 cache */ /* aim for something that fits in the L1 cache */
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
#include <asm/desc.h> #include <asm/desc.h>
#include <asm/atomic.h> #include <asm/atomic.h>
#include <asm/pgalloc.h> #include <asm/pgalloc.h>
#include <asm/tlbflush.h>
/* /*
* possibly do the LDT unload here? * possibly do the LDT unload here?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment