swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 535744878e34d01a53f946f26dfbca37186f2cf8 authored by Linus Torvalds on 11 March 2006, 22:12:55 UTC
Linux 2.6.16-rc6
Tip revision: 5357448
tlb.h
#ifndef _ALPHA_TLB_H
#define _ALPHA_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, pte, addr)	do { } while (0)

#define tlb_flush(tlb)				flush_tlb_mm((tlb)->mm)

#include <asm-generic/tlb.h>

#define __pte_free_tlb(tlb,pte)			pte_free(pte)
#define __pmd_free_tlb(tlb,pmd)			pmd_free(pmd)
 
#endif
back to top