tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in...
[linux/fpc-iii.git] / arch / microblaze / include / asm / tlb.h
blob99b6ded54849e2327e7593592c14aa73adee1429
1 /*
2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2008-2009 PetaLogix
4 * Copyright (C) 2006 Atmark Techno, Inc.
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
8 * for more details.
9 */
11 #ifndef _ASM_MICROBLAZE_TLB_H
12 #define _ASM_MICROBLAZE_TLB_H
14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
16 #include <linux/pagemap.h>
18 #ifdef CONFIG_MMU
19 #define tlb_start_vma(tlb, vma) do { } while (0)
20 #define tlb_end_vma(tlb, vma) do { } while (0)
21 #define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
22 #endif
24 #include <asm-generic/tlb.h>
26 #endif /* _ASM_MICROBLAZE_TLB_H */