mirror of
https://github.com/ipxe/ipxe
synced 2026-01-21 09:57:23 +03:00
[uaccess] Rename UACCESS_EFI to UACCESS_FLAT
Running with flat physical addressing is a fairly common early boot environment. Rename UACCESS_EFI to UACCESS_FLAT so that this code may be reused in non-UEFI boot environments that also use flat physical addressing. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
|
||||
#define UACCESS_EFI
|
||||
#define UACCESS_FLAT
|
||||
#define IOMAP_VIRT
|
||||
#define PCIAPI_EFI
|
||||
#define DMAAPI_OP
|
||||
|
||||
Reference in New Issue
Block a user