Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116442
b: refs/heads/master
c: e955b53
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Oct 16, 2008
1 parent 5d4203c commit 90046d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: efa2559f65167989f1893cb065e3126d4f13ba60
refs/heads/master: e955b5398b660a204854bdff059d050b44090879
5 changes: 0 additions & 5 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@

#include "internals.h"

#ifdef CONFIG_TRACE_IRQFLAGS

/*
* lockdep: we want to handle all irq_desc locks as a single lock-class:
*/
static struct lock_class_key irq_desc_lock_class;
#endif

/**
* handle_bad_irq - handle spurious and unhandled irqs
Expand Down Expand Up @@ -75,9 +72,7 @@ static struct irq_desc irq_desc_init = {
static void init_one_irq_desc(struct irq_desc *desc)
{
memcpy(desc, &irq_desc_init, sizeof(struct irq_desc));
#ifdef CONFIG_TRACE_IRQFLAGS
lockdep_set_class(&desc->lock, &irq_desc_lock_class);
#endif
}

extern int after_bootmem;
Expand Down

0 comments on commit 90046d8

Please sign in to comment.