Re: [PATCH 1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()
Madhavan Srinivasan <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded |
|---|---|
| Message-ID | <178627549726.530848.18124700226916109095.b4-ty__33266.0026893549$1786281267$gmane$org@linux.ibm.com> |
On Tue, 04 Aug 2026 13:20:12 +0200, Thorsten Blum wrote:
> Replace min_t() with the simpler min() macro since the values are
> unsigned and compatible.
>
>
Applied to powerpc/next.
[1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()
https://git.kernel.org/powerpc/c/ad0889338bfed33da6b8127d7d8ae0a4d6e4cd5d
[2/2] KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()
https://git.kernel.org/powerpc/c/0fcdb510932b90160c47d3c38f6ce43852d7e14f
cheers