patch-2.1.121 linux/include/asm-arm/proc-fns.h

Next file: linux/include/asm-arm/processor.h
Previous file: linux/include/asm-arm/proc-armv/ptrace.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.120/linux/include/asm-arm/proc-fns.h linux/include/asm-arm/proc-fns.h
@@ -83,6 +83,14 @@
 			 * flush an icached page
 			 */
 			void (*_flush_icache_area)(unsigned long start, unsigned long end);
+			/*
+			 * write back dirty cached data
+			 */
+			void (*_cache_wback_area)(unsigned long start, unsigned long end);
+			/*
+			 * purge cached data without (necessarily) writing it back
+			 */
+			void (*_cache_purge_area)(unsigned long start, unsigned long end);
 		} armv3v4;
 		struct {
 			/* MEMC

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov