6cc08fc190
This section was being put in the wrong region, and was in L1-cached incoherent memory. That's wrong, as users are expected to expressly ask for "__incoherent" memory and do manual cache management if required. Default memory of all types should be uncached and coherent. Very few spots use this and cache effects tend to be ephemeral, so it was somewhat obscure. It was discovered via an SMP race when using logging very close to system start where the log thread on the second CPU will race with messages added on the first -- log messages are stored in a __noinit mem_slab. Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
---|---|---|
.. | ||
include | ||
Kconfig.defconfig.series | ||
Kconfig.series | ||
Kconfig.soc | ||
linker.ld |