x86, um: ... and asm-x86 move

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
此提交包含在:
Al Viro
2008-08-17 21:05:42 -04:00
提交者 H. Peter Anvin
父節點 8ede0bdb63
當前提交 bb8985586b
共有 340 個檔案被更改,包括 11 行新增11 行删除

11
arch/x86/include/asm/tlb.h 一般檔案
查看文件

@@ -0,0 +1,11 @@
#ifndef ASM_X86__TLB_H
#define ASM_X86__TLB_H
#define tlb_start_vma(tlb, vma) do { } while (0)
#define tlb_end_vma(tlb, vma) do { } while (0)
#define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
#include <asm-generic/tlb.h>
#endif /* ASM_X86__TLB_H */