Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154090278
D53336.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
D53336.id.diff
View Options
diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c
--- a/sys/x86/x86/local_apic.c
+++ b/sys/x86/x86/local_apic.c
@@ -372,9 +372,12 @@
case APIC_LVT_DM_SMI:
case APIC_LVT_DM_INIT:
case APIC_LVT_DM_EXTINT:
- if (!lvt->lvt_edgetrigger && bootverbose) {
- printf("lapic%u: Forcing LINT%u to edge trigger\n",
- la->la_id, pin);
+ if (!lvt->lvt_edgetrigger) {
+ if (bootverbose) {
+ printf(
+ "lapic%u: Forcing LINT%u to edge trigger\n",
+ la->la_id, pin);
+ }
value &= ~APIC_LVT_TM;
}
/* Use a vector of 0. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 27, 2:31 AM (10 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32204866
Default Alt Text
D53336.id.diff (567 B)
Attached To
Mode
D53336: x86 LAPIC: force edge-triggered mode for !bootverbose as well
Attached
Detach File
Event Timeline
Log In to Comment