commit | c9208b3864c1dbc1899c006577b62d5083505412 | [log] [tgz] |
---|---|---|
author | honglin leng <a909204013@gmail.com> | Wed Dec 20 02:39:27 2023 +0800 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Mon Jan 29 09:26:51 2024 +0100 |
tree | d18b971ab6d9405790275242073fa3b68e200cca | |
parent | 54c048989d343ecfd1a8dd00ce9993cbd11685d8 [diff] |
arm64: smp: Fix cache operations in the SMP The arm64_cpu_boot_params will be read on other cores call sys_cache_data_flush_range flush the data from the cache to RAM. This ensures that other cores can access the correct data. Signed-off-by: honglin leng <a909204013@gmail.com>