Bug 10038
Summary: | timerfd_*() system calls not enabled for MIPS | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Dmitri Vorobiev (dmitri.vorobiev) |
Component: | MIPS | Assignee: | Dmitri Vorobiev (dmitri.vorobiev) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | dmitri.vorobiev |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25-rc2 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | A simple unit test program for the timer_*() system calls |
Description
Dmitri Vorobiev
2008-02-18 12:44:33 UTC
A fix will be posted very shortly. Reassigning the bug to myself. Created attachment 14888 [details]
A simple unit test program for the timer_*() system calls
This is a very simple sanity-check-like unit test program, which verifies the functionality of the timerfd_create(), timerfd_settime() and timerfd_gettime() Linux system calls.
Patch is proposed here: http://lkml.org/lkml/2008/2/18/446 Ralf added the missing ABIs and applied this to linux-mips git tree. Closing this bug. |