Re: [PATCH] mips: fix cacheinfo

2019-07-17 Thread Paul Burton
Hello, Vladimir Kondratiev wrote: > Because CONFIG_OF defined for MIPS, cacheinfo attempts to fill information > from DT, ignoring data filled by architecture routine. This leads to error > reported > > cacheinfo: Unable to detect cache hierarchy for CPU 0 > > Way to fix this provided in > commi

[PATCH] mips: fix cacheinfo

2019-07-16 Thread Vladimir Kondratiev
Because CONFIG_OF defined for MIPS, cacheinfo attempts to fill information from DT, ignoring data filled by architecture routine. This leads to error reported cacheinfo: Unable to detect cache hierarchy for CPU 0 Way to fix this provided in commit fac51482577d ("drivers: base: cacheinfo: fix x86