]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[uaccess] Reduce scope of included uaccess.h header
authorMichael Brown <mcb30@ipxe.org>
Wed, 30 Apr 2025 13:33:57 +0000 (14:33 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 30 Apr 2025 15:16:02 +0000 (16:16 +0100)
commita169d73593f6c471857a694edc22809608c7d9c0
treea48ed79f82ea1a35a35fe33330c97ee9c75f6633
parent05ad7833c51c942a5cb91540a054852bb991333b
[uaccess] Reduce scope of included uaccess.h header

The uaccess.h header is no longer required for any code that touches
external ("user") memory, since such memory accesses are now performed
through pointer dereferences.  Reduce the number of files including
this header.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
18 files changed:
src/arch/x86/image/elfboot.c
src/arch/x86/image/pxe_image.c
src/arch/x86/interface/pxe/pxe_file.c
src/core/cachedhcp.c
src/core/downloader.c
src/core/fbcon.c
src/core/image.c
src/drivers/bus/ecam.c
src/hci/commands/image_mem_cmd.c
src/image/elf.c
src/include/ipxe/dhcp.h
src/include/ipxe/image.h
src/include/ipxe/iomap.h
src/include/ipxe/iomap_virt.h
src/include/ipxe/xen.h
src/interface/efi/efi_cmdline.c
src/net/pccrc.c
src/usr/imgtrust.c