commit | 55df3852bfe151951027f4070e522712dcfa7698 | [log] [tgz] |
---|---|---|
author | Henri Xavier <datacomos@huawei.com> | Mon Oct 31 14:13:18 2022 +0100 |
committer | Maureen Helm <maureen.helm@intel.com> | Wed Nov 02 16:08:00 2022 -0500 |
tree | 2ae8676c998c63d759d7d9f296df9b8d6e3e40d1 | |
parent | 2749cfed8eddd83a5245ae7d62400b98a7541deb [diff] |
arm64: Add comment that `arch_curr_cpu` and `get_cpu` must be synced The is code duplication as one is in C, and the other is an assembly macro. As there is no easy way to find out about this duplication, adding a comment seems the best way to go. Signed-off-by: Henri Xavier <datacomos@huawei.com>