Re: [PATCH] arch_topology: Silence early cacheinfo errors when non-existent

From: Michael Walle
Date: Wed Aug 10 2022 - 07:16:52 EST


> Architectures which do not have cacheinfo such as ARM 32-bit would spit
> out the following during boot:
>
> Early cacheinfo failed, ret = -2
>
> Treat -ENOENT specifically to silence this error since it means that the
> platform does not support reporting its cache information.
>
> Fixes: 3fcbf1c77d08 ("arch_topology: Fix cache attributes detection in the CPU hotplug path")
> Signed-off-by: Florian Fainelli <f.fainelli@xxxxxxxxx>

Thanks!
Tested-by: Michael Walle <michael@xxxxxxxx>

-michael