diff --git a/arch/um/include/shared/tlb.h b/arch/um/include/shared/tlb.h deleted file mode 100644 index 8a50ce1170765ec5157b8bfeb2b919c2da4ac4ff..0000000000000000000000000000000000000000 --- a/arch/um/include/shared/tlb.h +++ /dev/null @@ -1,13 +0,0 @@ -/* - * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) - * Licensed under the GPL - */ - -#ifndef __TLB_H__ -#define __TLB_H__ - -#include "um_mmu.h" - -extern void force_flush_all(void); - -#endif diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index 21c1ae7c3d7579fbbd17c66a0029805bebbd6916..db44142d126c3bb27f3fbc528164f63e5d58c290 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c @@ -20,12 +20,12 @@ #include #include #include +#include #include #include "as-layout.h" #include "kern_util.h" #include "os.h" #include "skas.h" -#include "tlb.h" /* * 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 d1da8acd918bec350ebaf7c1d6d5b182dc479f46..11cadb225f0a2fdf33fed8a9f23f5a08ce0fe570 100644 --- a/arch/um/kernel/tlb.c +++ b/arch/um/kernel/tlb.c @@ -11,7 +11,6 @@ #include "mem_user.h" #include "os.h" #include "skas.h" -#include "tlb.h" struct host_vm_change { struct host_vm_op {