]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[prefix] Remove userptr_t from command line image construction
authorMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2025 22:54:01 +0000 (23:54 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 28 Apr 2025 23:30:34 +0000 (00:30 +0100)
commit43fc516298273d12099da4fcd2cc7c0af0a1ea86
tree976c4d253f3de2e2c065868045938042ba291de8
parentc9fb94dbaa76c3b21fb3376c1d0b489294576a5e
[prefix] Remove userptr_t from command line image construction

Simplify cmdline_init() by assuming that the externally provided
command line is directly accessible via pointer dereferences.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/core/runtime.c