Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124976
b: refs/heads/master
c: fa6beb3
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Dec 27, 2008
1 parent 08926d4 commit b2506fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13a0c3c269b223f60abfac8a9811d77111a8b4ba
refs/heads/master: fa6beb37b0d9bc00f90f11154eeed9502d8b0a37
1 change: 1 addition & 0 deletions trunk/kernel/irq/handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ int __init early_irq_init(void)
for (i = 0; i < legacy_count; i++) {
desc[i].irq = i;
desc[i].kstat_irqs = kstat_irqs_legacy[i];
lockdep_set_class(&desc[i].lock, &irq_desc_lock_class);

irq_desc_ptrs[i] = desc + i;
}
Expand Down

0 comments on commit b2506fa

Please sign in to comment.