Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123261
b: refs/heads/master
c: 74c8a61
h: refs/heads/master
i:
  123259: 64048f2
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Ingo Molnar committed Dec 18, 2008
1 parent f0ad570 commit 9958070
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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: 6f8a0ed4e5d86c01db5e7e3f95d9003b7cf9cb87
refs/heads/master: 74c8a6130486bed224e960790f4aa72dd09c061e
2 changes: 1 addition & 1 deletion trunk/include/linux/lockdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ do { \

#endif /* CONFIG_LOCK_STAT */

#if defined(CONFIG_TRACE_IRQFLAGS) && defined(CONFIG_GENERIC_HARDIRQS)
#ifdef CONFIG_GENERIC_HARDIRQS
extern void early_init_irq_lock_class(void);
#else
static inline void early_init_irq_lock_class(void)
Expand Down
5 changes: 0 additions & 5 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,8 @@ unsigned int __do_IRQ(unsigned int irq)
}
#endif


#ifdef CONFIG_TRACE_IRQFLAGS
void early_init_irq_lock_class(void)
{
#ifndef CONFIG_SPARSE_IRQ
struct irq_desc *desc;
int i;

Expand All @@ -436,9 +433,7 @@ void early_init_irq_lock_class(void)

lockdep_set_class(&desc->lock, &irq_desc_lock_class);
}
#endif
}
#endif

#ifdef CONFIG_SPARSE_IRQ
unsigned int kstat_irqs_cpu(unsigned int irq, int cpu)
Expand Down

0 comments on commit 9958070

Please sign in to comment.