Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171796687
D14826.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D14826.diff
View Options
Index: sys/kern/kern_clocksource.c
===================================================================
--- sys/kern/kern_clocksource.c
+++ sys/kern/kern_clocksource.c
@@ -142,7 +142,7 @@
if (doconfigtimer() || busy)
return (FILTER_HANDLED);
state = DPCPU_PTR(timerstate);
- now = state->now;
+ now = sbinuptime();
CTR3(KTR_SPARE2, "ipi at %d: now %d.%08x",
curcpu, (int)(now >> 32), (u_int)(now & 0xffffffff));
done = handleevents(now, 0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 2:31 PM (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38912884
Default Alt Text
D14826.diff (462 B)
Attached To
Mode
D14826: When processing an IPI, use the correct current time in hardclockintr()
Attached
Detach File
Event Timeline
Log In to Comment