vserver 1.9.3
[linux-2.6.git] / arch / arm / mm / proc-arm920.S
index 3922a82..8c9204a 100644 (file)
@@ -182,6 +182,19 @@ ENTRY(arm920_flush_user_cache_range)
  *     - end   - virtual end address
  */
 ENTRY(arm920_coherent_kern_range)
+       /* FALLTHROUGH */
+
+/*
+ *     coherent_user_range(start, end)
+ *
+ *     Ensure coherency between the Icache and the Dcache in the
+ *     region described by start, end.  If you have non-snooping
+ *     Harvard caches, you need to implement this function.
+ *
+ *     - start - virtual start address
+ *     - end   - virtual end address
+ */
+ENTRY(arm920_coherent_user_range)
        bic     r0, r0, #CACHE_DLINESIZE - 1
 1:     mcr     p15, 0, r0, c7, c10, 1          @ clean D entry
        mcr     p15, 0, r0, c7, c5, 1           @ invalidate I entry
@@ -277,6 +290,7 @@ ENTRY(arm920_cache_fns)
        .long   arm920_flush_user_cache_all
        .long   arm920_flush_user_cache_range
        .long   arm920_coherent_kern_range
+       .long   arm920_coherent_user_range
        .long   arm920_flush_kern_dcache_page
        .long   arm920_dma_inv_range
        .long   arm920_dma_clean_range