Page MenuHomeFreeBSD

amd64: move efi_map_regs definition
ClosedPublic

Authored by vexeduxr on Jul 6 2025, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 11:08 PM
Unknown Object (File)
Mon, Apr 6, 2:32 PM
Unknown Object (File)
Sun, Apr 5, 7:24 PM
Unknown Object (File)
Sat, Apr 4, 9:25 AM
Unknown Object (File)
Sat, Apr 4, 1:41 AM
Unknown Object (File)
Fri, Apr 3, 3:47 AM
Unknown Object (File)
Mon, Mar 23, 4:46 AM
Unknown Object (File)
Sun, Mar 22, 6:59 AM
Subscribers

Details

Summary

Since efi_map_regs is used in machdep.c, efirt being compiled as a
module causes it to be left undefined.

Noticed by: kib

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib added inline comments.
sys/amd64/amd64/machdep.c
192
This revision is now accepted and ready to land.Jul 6 2025, 8:59 PM

Reword comment to make it clear what the variable is for

This revision now requires review to proceed.Jul 6 2025, 9:11 PM
This revision is now accepted and ready to land.Jul 6 2025, 9:19 PM

Please be sure to include a Fixes: tag in the commit message.

This revision was automatically updated to reflect the committed changes.