提交 445c5786 编写于 作者: A Al Viro 提交者: Richard Weinberger

um: kill shared/tlb.h

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NRichard Weinberger <richard@nod.at>
上级 c75d053b
/*
* 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
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
#include <linux/threads.h> #include <linux/threads.h>
#include <asm/current.h> #include <asm/current.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/mmu_context.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include "as-layout.h" #include "as-layout.h"
#include "kern_util.h" #include "kern_util.h"
#include "os.h" #include "os.h"
#include "skas.h" #include "skas.h"
#include "tlb.h"
/* /*
* This is a per-cpu array. A processor only modifies its entry and it only * This is a per-cpu array. A processor only modifies its entry and it only
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include "mem_user.h" #include "mem_user.h"
#include "os.h" #include "os.h"
#include "skas.h" #include "skas.h"
#include "tlb.h"
struct host_vm_change { struct host_vm_change {
struct host_vm_op { struct host_vm_op {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册