Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126764
b: refs/heads/master
c: 8501d21
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent 703a538 commit a6af6cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 833dfbe746f85898dcbcf421c1177c3fd5773ff2
refs/heads/master: 8501d21fd2d4ce5449ea0141db3d8a7766523438
7 changes: 0 additions & 7 deletions trunk/drivers/staging/epl/TimerHighReskX86.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,13 +225,6 @@ tEplKernel PUBLIC EplTimerHighReskAddInstance(void)
hrtimer_init(pTimer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);

pTimer->function = EplTimerHighReskCallback;

/*
* We use HRTIMER_CB_SOFTIRQ here.
* HRTIMER_CB_IRQSAFE is critical as the callback function
* would be called with IRQs disabled.
*/
pTimer->cb_mode = HRTIMER_CB_SOFTIRQ;
}

return Ret;
Expand Down

0 comments on commit a6af6cc

Please sign in to comment.