Page MenuHomeFreeBSD

i386: supply thermal interrupt handler
ClosedPublic

Authored by rlibby on Sat, Jul 18, 11:56 PM.
Tags
None
Referenced Files
F163374217: D58332.diff
Wed, Jul 22, 3:24 PM
Unknown Object (File)
Wed, Jul 22, 3:46 AM
Unknown Object (File)
Wed, Jul 22, 1:46 AM
Unknown Object (File)
Tue, Jul 21, 1:44 AM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sun, Jul 19, 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.