projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51eb6dc
)
microblaze: Remove uncache shadow condition
author
Michal Simek
<monstr@monstr.eu>
Thu, 16 Apr 2009 08:46:37 +0000
(10:46 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 23 Apr 2009 14:09:16 +0000
(16:09 +0200)
Uncached shadow feature is not supported in current
kernel code that's why I removed it.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/cache.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/cache.h
b/arch/microblaze/include/asm/cache.h
index c4c64b43c074e1273e7cd99e950c020886db1085..c209c47509d52435303c8b09008405fb14837afc 100644
(file)
--- a/
arch/microblaze/include/asm/cache.h
+++ b/
arch/microblaze/include/asm/cache.h
@@
-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 */