diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 08:02:01 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 11:52:44 -0500 |
commit | e641f5f525acb163ba71d92de79c9c7366deae03 (patch) | |
tree | 37425070d697506a34e4b56d6f868f03b9fa7300 /arch/x86/mm | |
parent | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (diff) |
x86, apic: remove duplicate asm/apic.h inclusions
Impact: cleanup
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/tlb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/mm/tlb.c b/arch/x86/mm/tlb.c index b641349fe077..a654d59e4483 100644 --- a/arch/x86/mm/tlb.c +++ b/arch/x86/mm/tlb.c | |||
@@ -14,7 +14,6 @@ | |||
14 | DEFINE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate) | 14 | DEFINE_PER_CPU_SHARED_ALIGNED(struct tlb_state, cpu_tlbstate) |
15 | = { &init_mm, 0, }; | 15 | = { &init_mm, 0, }; |
16 | 16 | ||
17 | #include <asm/apic.h> | ||
18 | /* | 17 | /* |
19 | * Smarter SMP flushing macros. | 18 | * Smarter SMP flushing macros. |
20 | * c/o Linus Torvalds. | 19 | * c/o Linus Torvalds. |