Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283137
b: refs/heads/master
c: e6171bb
h: refs/heads/master
i:
  283135: 563fc3a
v: v3
  • Loading branch information
Bob Liu committed Jan 9, 2012
1 parent 572a0cd commit abf573a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: 7c8e62deeb98713fcce903662a66b16bd04dc602
refs/heads/master: e6171bbe4d5683960221d42c87195cbd366de4bf
18 changes: 0 additions & 18 deletions trunk/arch/blackfin/kernel/time-ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -282,24 +282,6 @@ void bfin_coretmr_init(void)
__attribute__((l1_text))
#endif

static void broadcast_timer_set_mode(enum clock_event_mode mode,
struct clock_event_device *evt)
{
}

static void __cpuinit broadcast_timer_setup(struct clock_event_device *evt)
{
evt->name = "dummy_timer";
evt->features = CLOCK_EVT_FEAT_ONESHOT |
CLOCK_EVT_FEAT_PERIODIC |
CLOCK_EVT_FEAT_DUMMY;
evt->rating = 400;
evt->mult = 1;
evt->set_mode = broadcast_timer_set_mode;

clockevents_register_device(evt);
}

irqreturn_t bfin_coretmr_interrupt(int irq, void *dev_id)
{
int cpu = smp_processor_id();
Expand Down

0 comments on commit abf573a

Please sign in to comment.