diff options
author | Pierre Gondois <[email protected]> | 2023-04-14 10:14:51 +0200 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2023-04-14 10:13:38 +0100 |
commit | 3522340199cc060b70f0094e3039bdb43c3f6ee1 (patch) | |
tree | d6d5dbca14b7deb6097bee28be64bb4b99989fe5 /drivers/base/firmware_loader/main.c | |
parent | cde0fbff07eff7e4e0e85fa053fe19a24c86b1e0 (diff) |
arch_topology: Remove early cacheinfo error message if -ENOENT
fetch_cache_info() tries to get the number of cache leaves/levels
for each CPU in order to pre-allocate memory for cacheinfo struct.
Allocating this memory later triggers a:
'BUG: sleeping function called from invalid context'
in PREEMPT_RT kernels.
If there is no cache related information available in DT or ACPI,
fetch_cache_info() fails and an error message is printed:
'Early cacheinfo failed, ret = ...'
Not having cache information should be a valid configuration.
Remove the error message if fetch_cache_info() fails with -ENOENT.
Suggested-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/all/20230404-hatred-swimmer-6fecdf33b57a@spud/
Signed-off-by: Pierre Gondois <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'drivers/base/firmware_loader/main.c')
0 files changed, 0 insertions, 0 deletions