commit | c85ad1246890cf3c0c5f2ac6de06ab046ddd0043 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Fri Sep 13 14:26:34 2024 +0100 |
committer | Michael Brown <mcb30@ipxe.org> | Fri Sep 13 14:38:23 2024 +0100 |
tree | 38332dfe1a3bd21503d3f53f693b33fa0d5b49f7 | |
parent | 5de5d4626e192f5d0e6c97e14ce03b92a43622b3 [diff] |
[efi] Centralise definition of efi_cpu_nap() Define a cpu_halt() function which is architecture-specific but platform-independent, and merge the multiple architecture-specific implementations of the EFI cpu_nap() function into a single central efi_cpu_nap() that uses cpu_halt() if applicable. Signed-off-by: Michael Brown <mcb30@ipxe.org>