Advertisement
Guest User

Untitled

a guest
Jan 6th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. collapsed = msm_pm_collapse();
  2. if (collapsed) {
  3. cpu_init();
  4. __asm__("cpsie a");
  5. msm_fiq_exit_sleep();
  6. local_fiq_enable();
  7. rv = 0;
  8. #ifdef CONFIG_SCBS
  9. if (!from_idle)
  10. scbs_do();
  11. #endif
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement