diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:07:59 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:10 -0400 |
commit | 445c5786c9ce02b6816bb11fd3394a134fa6d244 (patch) | |
tree | f2992420ebb04256d2e919aa905ab85cdde937bf /arch/um | |
parent | c75d053b701cc098d44b729c8266a2df5ca5206e (diff) |
um: kill shared/tlb.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/include/shared/tlb.h | 13 | ||||
-rw-r--r-- | arch/um/kernel/process.c | 2 | ||||
-rw-r--r-- | arch/um/kernel/tlb.c | 1 |
3 files changed, 1 insertions, 15 deletions
diff --git a/arch/um/include/shared/tlb.h b/arch/um/include/shared/tlb.h deleted file mode 100644 index 8a50ce117076..000000000000 --- a/arch/um/include/shared/tlb.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) | ||
3 | * Licensed under the GPL | ||
4 | */ | ||
5 | |||
6 | #ifndef __TLB_H__ | ||
7 | #define __TLB_H__ | ||
8 | |||
9 | #include "um_mmu.h" | ||
10 | |||
11 | extern void force_flush_all(void); | ||
12 | |||
13 | #endif | ||
diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index 21c1ae7c3d75..db44142d126c 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c | |||
@@ -20,12 +20,12 @@ | |||
20 | #include <linux/threads.h> | 20 | #include <linux/threads.h> |
21 | #include <asm/current.h> | 21 | #include <asm/current.h> |
22 | #include <asm/pgtable.h> | 22 | #include <asm/pgtable.h> |
23 | #include <asm/mmu_context.h> | ||
23 | #include <asm/uaccess.h> | 24 | #include <asm/uaccess.h> |
24 | #include "as-layout.h" | 25 | #include "as-layout.h" |
25 | #include "kern_util.h" | 26 | #include "kern_util.h" |
26 | #include "os.h" | 27 | #include "os.h" |
27 | #include "skas.h" | 28 | #include "skas.h" |
28 | #include "tlb.h" | ||
29 | 29 | ||
30 | /* | 30 | /* |
31 | * This is a per-cpu array. A processor only modifies its entry and it only | 31 | * This is a per-cpu array. A processor only modifies its entry and it only |
diff --git a/arch/um/kernel/tlb.c b/arch/um/kernel/tlb.c index d1da8acd918b..11cadb225f0a 100644 --- a/arch/um/kernel/tlb.c +++ b/arch/um/kernel/tlb.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include "mem_user.h" | 11 | #include "mem_user.h" |
12 | #include "os.h" | 12 | #include "os.h" |
13 | #include "skas.h" | 13 | #include "skas.h" |
14 | #include "tlb.h" | ||
15 | 14 | ||
16 | struct host_vm_change { | 15 | struct host_vm_change { |
17 | struct host_vm_op { | 16 | struct host_vm_op { |