commit | e696de1f316e85dc2209f7ff5e6a6518e54eb9ed | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjia.mai@intel.com> | Wed Aug 10 16:47:47 2022 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Aug 11 12:17:24 2022 +0200 |
tree | fd37259a35d62fe1cfc7d75433f8dec5d37748a8 | |
parent | 414d98f767d6cbb43123448f71c19eaf22c82dfc [diff] |
lib: os: disable PRINTK_SYNC while using EFI console as log backend There is a spinlock used in the EFI console code for printing one line string. It already made the log output being in order under multi-cores, so it doesn't need a printk sync spinlock again. Disable it while using EFI console as a log backend. Fixes #47512. Signed-off-by: Enjia Mai <enjia.mai@intel.com>