microblaze: Add support for new cpu versions and target architecture
[linux-2.6-block.git] / arch / microblaze / include / asm / tlb.h
CommitLineData
a95d0e16 1/*
45be7d46
MS
2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2008-2009 PetaLogix
a95d0e16
MS
4 * Copyright (C) 2006 Atmark Techno, Inc.
5 *
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 */
10
11#ifndef _ASM_MICROBLAZE_TLB_H
12#define _ASM_MICROBLAZE_TLB_H
13
efffde36 14#define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
a95d0e16 15
1947fc1d 16#include <linux/pagemap.h>
a95d0e16
MS
17#include <asm-generic/tlb.h>
18
45be7d46
MS
19#ifdef CONFIG_MMU
20#define tlb_start_vma(tlb, vma) do { } while (0)
21#define tlb_end_vma(tlb, vma) do { } while (0)
22#define __tlb_remove_tlb_entry(tlb, pte, address) do { } while (0)
23#endif
24
a95d0e16 25#endif /* _ASM_MICROBLAZE_TLB_H */