diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2015-03-27 16:07:32 +0100 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-05-04 09:24:42 -0700 |
commit | ac337168ad81a18e768e5e3cfff8d229adeb2b25 (patch) | |
tree | 0170438bc190b71d7dc82c6f8f8863923e67d77d /arch/powerpc/cpu/mpc85xx/Makefile | |
parent | e8a7f1c32b55f48408a10cded2663b3f578d02e2 (diff) | |
download | u-boot-ac337168ad81a18e768e5e3cfff8d229adeb2b25.tar.gz |
powerpc: add 2 common dcache assembly functions
This patch defines the 2 flush_dcache_range and invalidate_dcache_range
functions for all the powerpc architecture. Their implementation is
borrowed from the kernel's misc_32.S file and replace the ones from
mpc86xx and ppc4xx since they were equivalent.
This is a fix for the problem introduced by this patch:
http://patchwork.ozlabs.org/patch/448849/
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Makefile')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Makefile b/arch/powerpc/cpu/mpc85xx/Makefile index b93158b9ed..65c26c093c 100644 --- a/arch/powerpc/cpu/mpc85xx/Makefile +++ b/arch/powerpc/cpu/mpc85xx/Makefile @@ -114,7 +114,4 @@ endif obj-y += tlb.o obj-y += traps.o -# Stub implementations of cache management functions for USB -obj-y += cache.o - endif # not minimal |