Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269184
b: refs/heads/master
c: d77e23a
h: refs/heads/master
v: v3
  • Loading branch information
John Stultz committed Aug 10, 2011
1 parent cb6f994 commit 982ad74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dce75a8c71819ed4c7efdcd53c9b6f6356dc8cb5
refs/heads/master: d77e23accec56bf2ba12187fe77a2f500a511282
9 changes: 0 additions & 9 deletions trunk/kernel/time/alarmtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,6 @@ static int alarm_timer_set(struct k_itimer *timr, int flags,
if (!rtcdev)
return -ENOTSUPP;

/*
* XXX HACK! Currently we can DOS a system if the interval
* period on alarmtimers is too small. Cap the interval here
* to 100us and solve this properly in a future patch! -jstultz
*/
if ((new_setting->it_interval.tv_sec == 0) &&
(new_setting->it_interval.tv_nsec < 100000))
new_setting->it_interval.tv_nsec = 100000;

if (old_setting)
alarm_timer_get(timr, old_setting);

Expand Down

0 comments on commit 982ad74

Please sign in to comment.