patch-2.4.22 linux-2.4.22/include/asm-arm/proc-armv/cache.h
Next file: linux-2.4.22/include/asm-arm/proc-armv/elf.h
Previous file: linux-2.4.22/include/asm-arm/proc-armo/uncompress.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
2003-08-25 04:44:43.000000000 -0700
- Orig file:
linux-2.4.21/include/asm-arm/proc-armv/cache.h
- Orig date:
2002-08-02 17:39:45.000000000 -0700
diff -urN linux-2.4.21/include/asm-arm/proc-armv/cache.h linux-2.4.22/include/asm-arm/proc-armv/cache.h
@@ -128,6 +128,9 @@
}
}
+#define flush_icache_user_range(vma,page,addr,len) \
+ flush_dcache_page(page)
+
#define clean_dcache_entry(_s) cpu_dcache_clean_entry((unsigned long)(_s))
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)