Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158175
b: refs/heads/master
c: c71320d
h: refs/heads/master
i:
  158173: 81c4789
  158171: 74acfcb
  158167: 3240d1f
  158159: 8b71683
  158143: 9c145e6
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Thomas Gleixner committed Jul 5, 2009
1 parent efd53eb commit 77c8a5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 96ccd4a43a4d80c80be636cd025a69959cf47424
refs/heads/master: c71320d0c445e01555a86fa6523609db47eeaef6
8 changes: 4 additions & 4 deletions trunk/kernel/irq/pm.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
/**
* suspend_device_irqs - disable all currently enabled interrupt lines
*
* During system-wide suspend or hibernation device interrupts need to be
* disabled at the chip level and this function is provided for this purpose.
* It disables all interrupt lines that are enabled at the moment and sets the
* IRQ_SUSPENDED flag for them.
* During system-wide suspend or hibernation device drivers need to be prevented
* from receiving interrupts and this function is provided for this purpose.
* It marks all interrupt lines in use, except for the timer ones, as disabled
* and sets the IRQ_SUSPENDED flag for each of them.
*/
void suspend_device_irqs(void)
{
Expand Down

0 comments on commit 77c8a5f

Please sign in to comment.