Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163407894
D36186.id109279.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
592 B
Referenced Files
None
Subscribers
None
D36186.id109279.diff
View Options
Index: sys/x86/x86/local_apic.c
===================================================================
--- sys/x86/x86/local_apic.c
+++ sys/x86/x86/local_apic.c
@@ -434,6 +434,8 @@
int i;
bool arat;
+ TSENTER();
+
/*
* Enable x2APIC mode if possible. Map the local APIC
* registers page.
@@ -531,7 +533,7 @@
}
#ifdef SMP
-#define LOOPS 100000
+#define LOOPS 1000
/*
* Calibrate the busy loop waiting for IPI ack in xAPIC mode.
* lapic_ipi_wait_mult contains the number of iterations which
@@ -563,6 +565,8 @@
}
#undef LOOPS
#endif /* SMP */
+
+ TSEXIT();
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jul 23, 10:55 PM (9 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35418717
Default Alt Text
D36186.id109279.diff (592 B)
Attached To
Mode
D36186: lapic_init: Reduce LOOPS
Attached
Detach File
Event Timeline
Log In to Comment