Actions
Bug #4637
closedipmi driver calls delay without converting to hz
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
kernel
Start date:
2014-02-26
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
This is a part of the work that happened in Joyent's OS-2338. We're calling delay(9F) which expects a value in clock ticks; however, we've given it a value in micro-seconds without converting them to clock ticks.
Updated by Electric Monk over 8 years ago
git commit 12950e8eb3edc5da750616c08afe6281bf554aee
Author: Jerry Jelinek <jerry.jelinek@joyent.com> 4637 ipmi driver calls delay without converting to hz Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Marcel Telka <marcel.telka@nexenta.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Garrett D'Amore <garrett@damore.org>
Updated by Robert Mustacchi over 8 years ago
- Status changed from New to Resolved
Actions