On 08/08/2023 10:42 am, Jan Beulich wrote: > From briefly going over 9062553a0dc1 it looks like the #include in what > was ac_timer.c was added there for no reason. It's unneeded now in any > event, and it is the sole reason for Arm to have that dummy header. > Purge that, thus avoiding PPC to also gain one.
And RISC-V too. > Signed-off-by: Jan Beulich <jbeul...@suse.com> I'd noticed this too, and was wondering why it had escaped into common code. Good riddance. Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>