Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245295
b: refs/heads/master
c: 4f0ad95
h: refs/heads/master
i:
  245293: 427e43d
  245291: 1cff054
  245287: c95c15c
  245279: fb07fd3
v: v3
  • Loading branch information
Ralf Baechle committed May 19, 2011
1 parent 268c658 commit eb4651e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 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: 2f58b8d04e680ec13157ba6eee44455438c56d5f
refs/heads/master: 4f0ad950880a33df792b1e63649e29f8784b0163
13 changes: 1 addition & 12 deletions trunk/arch/mips/sgi-ip27/ip27-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,7 @@ static int rt_next_event(unsigned long delta, struct clock_event_device *evt)
static void rt_set_mode(enum clock_event_mode mode,
struct clock_event_device *evt)
{
switch (mode) {
case CLOCK_EVT_MODE_ONESHOT:
/* The only mode supported */
break;

case CLOCK_EVT_MODE_PERIODIC:
case CLOCK_EVT_MODE_UNUSED:
case CLOCK_EVT_MODE_SHUTDOWN:
case CLOCK_EVT_MODE_RESUME:
/* Nothing to do */
break;
}
/* Nothing to do ... */
}

int rt_timer_irq;
Expand Down

0 comments on commit eb4651e

Please sign in to comment.