FreeBSD Bugzilla – Attachment 179066 Details for
Bug 215898
Usb Acting weird
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Alternate timer init fix
timer_init_fix2.diff (text/plain), 456 bytes, created by
Hans Petter Selasky
on 2017-01-19 10:22:05 UTC
(
hide
)
Description:
Alternate timer init fix
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2017-01-19 10:22:05 UTC
Size:
456 bytes
patch
obsolete
>diff --git a/sys/kern/kern_clocksource.c b/sys/kern/kern_clocksource.c >index 7f7769d..8bacff6 100644 >--- a/sys/kern/kern_clocksource.c >+++ b/sys/kern/kern_clocksource.c >@@ -207,7 +207,7 @@ handleevents(sbintime_t now, int fake) > } > } else > state->nextprof = state->nextstat; >- if (now >= state->nextcallopt) { >+ if (now >= state->nextcallopt || now >= state->nextcall) { > state->nextcall = state->nextcallopt = SBT_MAX; > callout_process(now); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215898
:
178659
|
178699
|
178839
|
178840
|
178987
| 179066