CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/06 18:04:20
Modified files:
sys/arch/amd64/stand/efiboot: efiboot.c efidev.c efipxe.c
efirng.c exec_i386.c
Log message:
Replace all uses of 'EFI_CALL(func, params)' with
the expansion 'func(params)'.
Allows upcoming removal of eficall.h.
