Page MenuHomeFreeBSD

i386: supply thermal interrupt handler
ClosedPublic

Authored by rlibby on Jul 18 2026, 11:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 25, 7:09 AM
Unknown Object (File)
Tue, Aug 25, 7:04 AM
Unknown Object (File)
Mon, Aug 17, 9:26 PM
Unknown Object (File)
Wed, Aug 12, 3:32 PM
Unknown Object (File)
Tue, Aug 11, 11:09 PM
Unknown Object (File)
Tue, Aug 11, 11:06 PM
Unknown Object (File)
Tue, Aug 11, 11:03 PM
Unknown Object (File)
Mon, Aug 10, 2:10 PM
Subscribers

Details

Summary

This fixes a build break for i386.

Fixes: 87ba088fa310 ("x86/local_apic.c: Add support for installing a thermal interrupt handler")

Test Plan

It compiles and an i386 vm boots and passes some kyua tests. I have no idea if this works or even makes sense on i386 beyond that.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74918
Build 71801: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 19 2026, 12:50 AM

Thank you very much for creating this.
I failed to notice the missing handler for i386 when I made my initial proposal. I apologize for that.

Yes, that makes sense.

This revision was automatically updated to reflect the committed changes.

Thank you very much for creating this.
I failed to notice the missing handler for i386 when I made my initial proposal. I apologize for that.

No worries, it happens, especially since i386 is disconnected from universe.