Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
7d3edcdc
Commit
7d3edcdc
authored
Apr 04, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tlbflush header file dependencies
parent
36809ddc
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
arch/i386/kernel/bluesmoke.c
arch/i386/kernel/bluesmoke.c
+1
-0
arch/i386/kernel/i386_ksyms.c
arch/i386/kernel/i386_ksyms.c
+1
-0
arch/i386/kernel/smp.c
arch/i386/kernel/smp.c
+1
-0
arch/i386/kernel/smpboot.c
arch/i386/kernel/smpboot.c
+1
-0
include/asm-generic/tlb.h
include/asm-generic/tlb.h
+1
-0
include/asm-i386/mmu_context.h
include/asm-i386/mmu_context.h
+1
-0
No files found.
arch/i386/kernel/bluesmoke.c
View file @
7d3edcdc
...
...
@@ -11,6 +11,7 @@
#include <asm/msr.h>
#include <asm/apic.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#ifdef CONFIG_X86_MCE
...
...
arch/i386/kernel/i386_ksyms.c
View file @
7d3edcdc
...
...
@@ -28,6 +28,7 @@
#include <asm/desc.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
extern
void
dump_thread
(
struct
pt_regs
*
,
struct
user
*
);
extern
spinlock_t
rtc_lock
;
...
...
arch/i386/kernel/smp.c
View file @
7d3edcdc
...
...
@@ -21,6 +21,7 @@
#include <asm/mtrr.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/smpboot.h>
/*
...
...
arch/i386/kernel/smpboot.c
View file @
7d3edcdc
...
...
@@ -47,6 +47,7 @@
#include <linux/mc146818rtc.h>
#include <asm/mtrr.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/smpboot.h>
/* Set if we find a B stepping CPU */
...
...
include/asm-generic/tlb.h
View file @
7d3edcdc
...
...
@@ -14,6 +14,7 @@
#define _ASM_GENERIC__TLB_H
#include <linux/config.h>
#include <asm/tlbflush.h>
#ifdef CONFIG_SMP
/* aim for something that fits in the L1 cache */
...
...
include/asm-i386/mmu_context.h
View file @
7d3edcdc
...
...
@@ -5,6 +5,7 @@
#include <asm/desc.h>
#include <asm/atomic.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
/*
* possibly do the LDT unload here?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment