Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276156
b: refs/heads/master
c: abdd7b9
h: refs/heads/master
v: v3
  • Loading branch information
Marc Zyngier authored and Russell King committed Nov 26, 2011
1 parent e6b8b05 commit 77ce826
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 97371fa99c1900a84a5220639edd726b35d73931
refs/heads/master: abdd7b91dab2f8b2e32e90e4b7e809ffb462a662
3 changes: 2 additions & 1 deletion trunk/arch/arm/common/gic.c
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@ static void __init gic_pm_init(struct gic_chip_data *gic)
sizeof(u32));
BUG_ON(!gic->saved_ppi_conf);

cpu_pm_register_notifier(&gic_notifier_block);
if (gic == &gic_data[0])
cpu_pm_register_notifier(&gic_notifier_block);
}
#else
static void __init gic_pm_init(struct gic_chip_data *gic)
Expand Down

0 comments on commit 77ce826

Please sign in to comment.