commit | f43c7367b173b96a6cc989490dee35020549a420 | [log] [tgz] |
---|---|---|
author | Carlo Caione <ccaione@baylibre.com> | Tue Mar 28 10:13:35 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 28 15:05:54 2023 +0200 |
tree | 89f4e848c409bb0eb8d6540f226d58d7ef957904 | |
parent | e5b70121e7cde99cea5507958a97b3a35f99ac37 [diff] |
arm64: Break circular dependency on syscall.h Commit fbf851cdc4d8f0afe60131aea6154945f126d778 is introducing a dependency between util.h and time_units.h. Now, the problem is that time_units.h is from one side included by arm64/syscall.h (syscall.h -> lib_helpers.h -> cpu.h -> util.h) but on the other side it is including syscall.h (time_units.h -> syscall.h). Break the dependency at cpu.h level. Signed-off-by: Carlo Caione <ccaione@baylibre.com>