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:
parent
9ab20620d8
commit
1b064787ef
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue