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>
此提交包含在:
11
arch/x86/include/asm/tlb.h
一般檔案
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 */
|
新增問題並參考
封鎖使用者