Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163507349
D58303.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
489 B
Referenced Files
None
Subscribers
None
D58303.id.diff
View Options
diff --git a/sys/i386/i386/apic_vector.S b/sys/i386/i386/apic_vector.S
--- a/sys/i386/i386/apic_vector.S
+++ b/sys/i386/i386/apic_vector.S
@@ -169,6 +169,22 @@
call *%eax
jmp doreti
+/*
+ * Local APIC thermal interrupt handler.
+ */
+ .text
+ SUPERALIGN_TEXT
+IDTVEC(thermalint_pti)
+IDTVEC(thermalint)
+ PUSH_FRAME
+ SET_KERNEL_SREGS
+ cld
+ KENTER
+ movl $lapic_handle_thermal, %eax
+ call *%eax
+ jmp doreti
+
+
#ifdef XENHVM
/*
* Xen event channel upcall interrupt handler.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 24, 10:36 PM (15 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35199116
Default Alt Text
D58303.id.diff (489 B)
Attached To
Mode
D58303: i386: Add missing IDT entry for thermal interrupt
Attached
Detach File
Event Timeline
Log In to Comment