soc: intel_s1000: remove wrappers for cache ops

Remove function wrappers for cache operations
Replaced by SOC level macros.

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
Sathish Kuttan 2019-02-16 16:52:10 -08:00 committed by Anas Nashif
commit 1b064787ef

View file

@ -169,16 +169,6 @@ static inline void soc_set_resource_ownership(void)
SOC_GENO_MNDIV_OWNER_DSP;
}
void dcache_writeback_region(void *addr, size_t size)
{
xthal_dcache_region_writeback(addr, size);
}
void dcache_invalidate_region(void *addr, size_t size)
{
xthal_dcache_region_invalidate(addr, size);
}
u32_t soc_get_ref_clk_freq(void)
{
return ref_clk_freq;