Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116379
b: refs/heads/master
c: 8d00a6c
h: refs/heads/master
i:
  116377: 131a3d3
  116375: 34025af
v: v3
  • Loading branch information
Thomas Gleixner committed Jul 22, 2008
1 parent 44ab468 commit 9ce7ee8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 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: f84dbb912f344270f31d5cce974f12908a47798d
refs/heads/master: 8d00a6c8f6b08e7167bc03bf955cdc7e47c5132e
4 changes: 0 additions & 4 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ extern int setup_irq(unsigned int irq, struct irqaction *new);

#ifdef CONFIG_GENERIC_HARDIRQS

#ifndef handle_dynamic_tick
# define handle_dynamic_tick(a) do { } while (0)
#endif

#ifdef CONFIG_SMP

#if defined(CONFIG_GENERIC_PENDING_IRQ) || defined(CONFIG_IRQBALANCE)
Expand Down
2 changes: 0 additions & 2 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action)
irqreturn_t ret, retval = IRQ_NONE;
unsigned int status = 0;

handle_dynamic_tick(action);

if (!(action->flags & IRQF_DISABLED))
local_irq_enable_in_hardirq();

Expand Down

0 comments on commit 9ce7ee8

Please sign in to comment.