diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-10-16 04:27:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:06 -0400 |
commit | 6c738ffa9fea6869f5d51882dfefbba746e432b1 (patch) | |
tree | e9b30ccd149f73676422ea5519d6572a3f8e2819 /arch/um/include/tlb.h | |
parent | fab95c55e3b94e219044dc7a558632d08c198771 (diff) |
uml: fold mmu_context_skas into mm_context
This patch folds mmu_context_skas into struct mm_context, changing all users
of these structures as needed.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/um/include/tlb.h')
-rw-r--r-- | arch/um/include/tlb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/tlb.h b/arch/um/include/tlb.h index bcd1a4afb84..46cf0057a1c 100644 --- a/arch/um/include/tlb.h +++ b/arch/um/include/tlb.h | |||
@@ -33,7 +33,7 @@ struct host_vm_op { | |||
33 | extern void force_flush_all(void); | 33 | extern void force_flush_all(void); |
34 | extern void fix_range_common(struct mm_struct *mm, unsigned long start_addr, | 34 | extern void fix_range_common(struct mm_struct *mm, unsigned long start_addr, |
35 | unsigned long end_addr, int force, | 35 | unsigned long end_addr, int force, |
36 | int (*do_ops)(union mm_context *, | 36 | int (*do_ops)(struct mm_context *, |
37 | struct host_vm_op *, int, int, | 37 | struct host_vm_op *, int, int, |
38 | void **)); | 38 | void **)); |
39 | extern int flush_tlb_kernel_range_common(unsigned long start, | 39 | extern int flush_tlb_kernel_range_common(unsigned long start, |