]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pxe] Remove userptr_t from PXE API call dispatcher
authorMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 22:36:32 +0000 (23:36 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 24 Apr 2025 22:38:50 +0000 (23:38 +0100)
commit8b3b4f2454c2c8a9d533def38b321e3414588cd4
treedb0ad9fd252426bc316116b351f5185690d45852
parentc1b558f59e38c05dc7b625107c38a48082be0728
[pxe] Remove userptr_t from PXE API call dispatcher

Simplify the PXE API call dispatcher code by assuming that the PXE
parameter block is accessible via a direct pointer dereference.  This
avoids the need for the API call dispatcher to know the size of the
parameter block.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/include/pxe.h
src/arch/x86/interface/pxe/pxe_call.c