Page MenuHomeFreeBSD

amd64: move efi_map_regs definition
ClosedPublic

Authored by vexeduxr on Jul 6 2025, 8:01 PM.
Tags
None
Referenced Files
F132079009: D51183.id158072.diff
Mon, Oct 13, 11:37 AM
F132079008: D51183.id158064.diff
Mon, Oct 13, 11:37 AM
F132079004: D51183.id158077.diff
Mon, Oct 13, 11:37 AM
F132078995: D51183.id.diff
Mon, Oct 13, 11:37 AM
Unknown Object (File)
Sun, Oct 12, 10:56 PM
Unknown Object (File)
Fri, Sep 26, 6:59 PM
Unknown Object (File)
Mon, Sep 22, 8:33 PM
Unknown Object (File)
Sun, Sep 21, 7:13 PM
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.