plugins: remove special casing for cpu->realized
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 30 May 2024 19:42:49 +0000 (20:42 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Jun 2024 08:02:39 +0000 (10:02 +0200)
commit2fa16246dd89b1a4500a89c105795814e7cbe7de
treeb43eae70f5d9db58c5bd21023387bcc1f0dd612a
parent39e4bc4cdf83175e4a2d73e32c8d6785b80ebeef
plugins: remove special casing for cpu->realized

Now the condition variable is initialised early on we don't need to go
through hoops to avoid calling async_run_on_cpu.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-ID: <20240530194250.1801701-5-alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
plugins/core.c