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)
Tue, Sep 22, 7:33 AM
Unknown Object (File)
Sun, Sep 20, 8:55 AM
Unknown Object (File)
Sun, Sep 20, 8:08 AM
Unknown Object (File)
Sun, Sep 20, 8:07 AM
Unknown Object (File)
Sun, Sep 20, 8:05 AM
Unknown Object (File)
Wed, Sep 16, 3:35 PM
Unknown Object (File)
Fri, Sep 11, 12:54 PM
Unknown Object (File)
Mon, Sep 7, 5:14 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 65245
Build 62128: arc lint + arc unit

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.