diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-09-26 23:42:18 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-09-26 23:42:18 +0200 |
commit | e3ef0dc60392c0d23ea74d4a7df851089e00fd87 (patch) | |
tree | 6edf9b7f3c93ab9caa4013fa7716649e1db69f5b /arch/arm/mm/proc-mohawk.S | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
parent | ARM: mm: update __v7_setup() to the new LoUIS cache maintenance API (diff) | |
download | linux-e3ef0dc60392c0d23ea74d4a7df851089e00fd87.tar.xz linux-e3ef0dc60392c0d23ea74d4a7df851089e00fd87.zip |
Merge branch 'cache-louis' of git://linux-arm.org/linux-2.6-lp into devel-stable
Diffstat (limited to 'arch/arm/mm/proc-mohawk.S')
-rw-r--r-- | arch/arm/mm/proc-mohawk.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-mohawk.S b/arch/arm/mm/proc-mohawk.S index fbb2124a547d..82f9cdc751d6 100644 --- a/arch/arm/mm/proc-mohawk.S +++ b/arch/arm/mm/proc-mohawk.S @@ -303,6 +303,9 @@ ENTRY(mohawk_dma_unmap_area) mov pc, lr ENDPROC(mohawk_dma_unmap_area) + .globl mohawk_flush_kern_cache_louis + .equ mohawk_flush_kern_cache_louis, mohawk_flush_kern_cache_all + @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S) define_cache_functions mohawk |