Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176605
b: refs/heads/master
c: d1b2efa
h: refs/heads/master
i:
  176603: cb444bf
v: v3
  • Loading branch information
Maxim Levitsky authored and Linus Torvalds committed Dec 16, 2009
1 parent 8c8f7fa commit ec2d28d
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: 213614d583748d00967a91cacd656f417efb36ce
refs/heads/master: d1b2efa83fbf7b33919238fa29ef6ab935820103
3 changes: 2 additions & 1 deletion trunk/drivers/rtc/rtc-cmos.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,8 +871,9 @@ static int cmos_suspend(struct device *dev, pm_message_t mesg)
mask = RTC_IRQMASK;
tmp &= ~mask;
CMOS_WRITE(tmp, RTC_CONTROL);
hpet_mask_rtc_irq_bit(mask);

/* shut down hpet emulation - we don't need it for alarm */
hpet_mask_rtc_irq_bit(RTC_PIE|RTC_AIE|RTC_UIE);
cmos_checkintr(cmos, tmp);
}
spin_unlock_irq(&rtc_lock);
Expand Down

0 comments on commit ec2d28d

Please sign in to comment.