projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1736a56
)
ARC: Update comments about uncached address space
author
Vineet Gupta
<vgupta@synopsys.com>
Thu, 18 Sep 2014 19:58:24 +0000
(
01:28
+0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Mon, 13 Oct 2014 09:16:16 +0000
(14:46 +0530)
Suggested-by: Noam Camus <noamc@ezchip.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/cache.h
patch
|
blob
|
history
diff --git
a/arch/arc/include/asm/cache.h
b/arch/arc/include/asm/cache.h
index b3c750979aa1c84051e6b2a684bdb0accc043c6c..7861255da32d64aa62e03d6fa881f84d9abf3b2f 100644
(file)
--- a/
arch/arc/include/asm/cache.h
+++ b/
arch/arc/include/asm/cache.h
@@
-20,7
+20,7
@@
#define CACHE_LINE_MASK (~(L1_CACHE_BYTES - 1))
/*
- * ARC700 doesn't cache any access in top
256M.
+ * ARC700 doesn't cache any access in top
1G (0xc000_0000 to 0xFFFF_FFFF)
* Ideal for wiring memory mapped peripherals as we don't need to do
* explicit uncached accesses (LD.di/ST.di) hence more portable drivers
*/