Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356333
b: refs/heads/master
c: 36c4723
h: refs/heads/master
i:
  356331: 2c9d594
v: v3
  • Loading branch information
Steven Miao authored and Bob Liu committed Feb 20, 2013
1 parent 4015674 commit c70efa7
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 293be8de49a05ca510069e7ab2d5057c728dd155
refs/heads/master: 36c4723983a48525f8a3477215edabb17456eff9
4 changes: 4 additions & 0 deletions trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,6 +1195,7 @@ static struct syscore_ops sec_pm_syscore_ops = {
.suspend = sec_suspend,
.resume = sec_resume,
};

#endif
#else
# define bfin_gpio_set_wake NULL
Expand Down Expand Up @@ -1596,7 +1597,10 @@ int __init init_arch_irq(void)
bfin_write_SEC_SCI(1, SEC_CCTL, SEC_CCTL_EN | SEC_CCTL_NMI_EN);

init_software_driven_irq();

#ifdef CONFIG_PM
register_syscore_ops(&sec_pm_syscore_ops);
#endif

return 0;
}
Expand Down

0 comments on commit c70efa7

Please sign in to comment.