提交 ceb8944b 编写于 作者: M Michal Simek

microblaze: Remove uncache shadow condition

Uncached shadow feature is not supported in current
kernel code that's why I removed it.
Signed-off-by: NMichal Simek <monstr@monstr.eu>
上级 51eb6dc9
......@@ -37,9 +37,4 @@ void _invalidate_dcache(unsigned int addr);
#define __disable_dcache() _disable_dcache()
#define __invalidate_dcache(addr) _invalidate_dcache(addr)
/* FIXME - I don't think this is right */
#ifdef CONFIG_XILINX_UNCACHED_SHADOW
#define UNCACHED_SHADOW_MASK (CONFIG_XILINX_ERAM_SIZE)
#endif
#endif /* _ASM_MICROBLAZE_CACHE_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册