summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/blackfin/include/asm/cachectl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/blackfin/include/asm/cachectl.h')
-rw-r--r--ANDROID_3.4.5/arch/blackfin/include/asm/cachectl.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/ANDROID_3.4.5/arch/blackfin/include/asm/cachectl.h b/ANDROID_3.4.5/arch/blackfin/include/asm/cachectl.h
deleted file mode 100644
index 03255df6..00000000
--- a/ANDROID_3.4.5/arch/blackfin/include/asm/cachectl.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * based on the mips/cachectl.h
- *
- * Copyright 2010 Analog Devices Inc.
- * Copyright (C) 1994, 1995, 1996 by Ralf Baechle
- *
- * Licensed under the GPL-2 or later.
- */
-
-#ifndef _ASM_CACHECTL
-#define _ASM_CACHECTL
-
-/*
- * Options for cacheflush system call
- */
-#define ICACHE (1<<0) /* flush instruction cache */
-#define DCACHE (1<<1) /* writeback and flush data cache */
-#define BCACHE (ICACHE|DCACHE) /* flush both caches */
-
-#endif /* _ASM_CACHECTL */