commit | aea75803a4da88a09526c86f79bbbcdd40d664c2 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 18 22:57:28 2024 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri Feb 23 23:24:42 2024 +1000 |
tree | c8c4c140f38542a1855bda04dddb14b1a1f8fa21 | |
parent | 6cd1da55e8626016a7a74134badee299889a00c0 [diff] |
hw/ppc/spapr_hcall: Allow elision of softmmu_resize_hpt_prep Check tcg_enabled() before calling softmmu_resize_hpt_prepare() and softmmu_resize_hpt_commit() to allow the compiler to elide their calls. The stubs are then unnecessary, remove them. Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>