FreeBSD Bugzilla – Attachment 178987 Details for
Bug 215898
Usb Acting weird
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Timer init fix
timer_init_fix.diff (text/plain), 416 bytes, created by
Hans Petter Selasky
on 2017-01-17 10:48:23 UTC
(
hide
)
Description:
Timer init fix
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2017-01-17 10:48:23 UTC
Size:
416 bytes
patch
obsolete
>diff --git a/sys/kern/kern_clocksource.c b/sys/kern/kern_clocksource.c >index 7f7769d..454a130 100644 >--- a/sys/kern/kern_clocksource.c >+++ b/sys/kern/kern_clocksource.c >@@ -511,7 +511,7 @@ configtimer(int start) > state->nexthard = next; > state->nextstat = next; > state->nextprof = next; >- state->nextcall = next; >+ state->nextcall = SBT_MAX; > state->nextcallopt = next; > hardclock_sync(cpu); > }
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