X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-x86%2Ftlb.h;h=e4e9e2d07a93194b0ec45a5c4863464bfe1b333c;hb=a7b354e868bc2f887dfb0a418aa7d96df1afc399;hp=7d55c3762b431a9e1ea8b1a3de057d3c81a40f1a;hpb=547307420931344a868275bd7ea7a30f117a15a9;p=linux-2.6 diff --git a/include/asm-x86/tlb.h b/include/asm-x86/tlb.h index 7d55c3762b..e4e9e2d07a 100644 --- a/include/asm-x86/tlb.h +++ b/include/asm-x86/tlb.h @@ -1,5 +1,11 @@ -#ifdef CONFIG_X86_32 -# include "tlb_32.h" -#else -# include "tlb_64.h" +#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 + #endif