RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-v850 / tlb.h
blob73bc9ead40ddfdb24b19bc4c80454df679470f22
1 /*
2 * include/asm-v850/tlb.h
4 * Copyright (C) 2002 NEC Corporation
5 * Copyright (C) 2002 Miles Bader <miles@gnu.org>
7 * This file is subject to the terms and conditions of the GNU General
8 * Public License. See the file COPYING in the main directory of this
9 * archive for more details.
11 * Written by Miles Bader <miles@gnu.org>
14 #ifndef __V850_TLB_H__
15 #define __V850_TLB_H__
17 #define tlb_flush(tlb) ((void)0)
19 #include <asm-generic/tlb.h>
21 #endif /* __V850_TLB_H__ */