ARM: Create own cache.c file for aarch64
cache.c does not work properly for aarch64. We create a struct cache_fns
using C preprocessor foo which assumes the existence of cache
maintenance operations with a certain name. These functions have other
names on aarch64. While we could fix this we do not need the automatic
cache function selection on aarch64 since here we only have one function
set.
Create a separate file and be done with this issue.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 4800d18 commit 4b57aae26c0ada3139ccb1011bdcbd88dc7e1a91
@Sascha Hauer Sascha Hauer authored on 15 Mar 2018
Showing 3 changed files
View
arch/arm/cpu/Makefile
View
arch/arm/cpu/cache.c
View
arch/arm/cpu/cache_64.c 0 → 100644