tcp: md5: using remote adress for md5 lookup in rst packet
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / blackfin / include / asm / tlb.h
bloba74ae08af1a71a3b9f82dfe12056e7036244a861
1 /*
2 * Copyright 2004-2008 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef _BLACKFIN_TLB_H
8 #define _BLACKFIN_TLB_H
10 #define tlb_start_vma(tlb, vma) do { } while (0)
11 #define tlb_end_vma(tlb, vma) do { } while (0)
12 #define __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0)
15 * .. because we flush the whole mm when it
16 * fills up.
18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
20 #include <asm-generic/tlb.h>
22 #endif /* _BLACKFIN_TLB_H */