mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 13:16:14 +07:00
ARC: Update comments about uncached address space
Suggested-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
1736a56f3d
commit
c4aa49df4d
@ -20,7 +20,7 @@
|
|||||||
#define CACHE_LINE_MASK (~(L1_CACHE_BYTES - 1))
|
#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
|
* Ideal for wiring memory mapped peripherals as we don't need to do
|
||||||
* explicit uncached accesses (LD.di/ST.di) hence more portable drivers
|
* explicit uncached accesses (LD.di/ST.di) hence more portable drivers
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user