security: revalidate rw permissions for sys_splice and sys_vmsplice
[linux-2.6.22.y-op.git] / include / asm-xtensa / tlb.h
blob4562b2dcfbc068d25cd3021ee5267eedbf5a14ca
1 /*
2 * include/asm-xtensa/tlb.h
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
9 */
11 #ifndef _XTENSA_TLB_H
12 #define _XTENSA_TLB_H
14 #define tlb_start_vma(tlb,vma) do { } while (0)
15 #define tlb_end_vma(tlb,vma) do { } while (0)
16 #define __tlb_remove_tlb_entry(tlb,pte,addr) do { } while (0)
18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
20 #include <asm-generic/tlb.h>
21 #include <asm/page.h>
23 #define __pte_free_tlb(tlb,pte) pte_free(pte)
25 #endif /* _XTENSA_TLB_H */