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 / cachectl.h
blob03255df6c1ea0acaaa8c232f9608f878ca9c5fbf
1 /*
2 * based on the mips/cachectl.h
4 * Copyright 2010 Analog Devices Inc.
5 * Copyright (C) 1994, 1995, 1996 by Ralf Baechle
7 * Licensed under the GPL-2 or later.
8 */
10 #ifndef _ASM_CACHECTL
11 #define _ASM_CACHECTL
14 * Options for cacheflush system call
16 #define ICACHE (1<<0) /* flush instruction cache */
17 #define DCACHE (1<<1) /* writeback and flush data cache */
18 #define BCACHE (ICACHE|DCACHE) /* flush both caches */
20 #endif /* _ASM_CACHECTL */