MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / include / asm-nios2nommu / tlb.h
blobc597b2575b7b4cbbefb46cfdebadd0c56240c26a
1 #ifndef __NIOS_TLB_H__
2 #define __NIOS_TLB_H__
4 /*--------------------------------------------------------------------
6 * include/asm-nios2nommu/tlb.h
8 * Derived from various works, Alpha, ix86, M68K, Sparc, ...et al
10 * Copyright (C) 2003 Microtronix Datacom Ltd
11 * Copyright (C) 2002 NEC Corporation
12 * Copyright (C) 2002 Miles Bader <miles@gnu.org>
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation; either version 2 of the License, or
17 * (at your option) any later version.
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
25 * Written by Miles Bader <miles@gnu.org>
26 * Jan/20/2004 dgt NiosII
28 ---------------------------------------------------------------------*/
30 #define tlb_flush(tlb) ((void)0)
32 #include <asm-generic/tlb.h>
34 #endif /* __NIOS_TLB_H__ */