aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/skas/mode_kern_skas.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/skas/mode_kern_skas.h')
-rw-r--r--arch/um/include/skas/mode_kern_skas.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/um/include/skas/mode_kern_skas.h b/arch/um/include/skas/mode_kern_skas.h
index 9cd9c6ec9a6..8ee6285dfac 100644
--- a/arch/um/include/skas/mode_kern_skas.h
+++ b/arch/um/include/skas/mode_kern_skas.h
@@ -33,6 +33,8 @@ extern unsigned long set_task_sizes_skas(unsigned long *task_size_out);
extern int start_uml_skas(void);
extern int external_pid_skas(struct task_struct *task);
extern int thread_pid_skas(struct task_struct *task);
+extern void flush_tlb_page_skas(struct vm_area_struct *vma,
+ unsigned long address);
#define kmem_end_skas (host_task_size - 1024 * 1024)