Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/i386/isa/pmtimer.c 184386 2008-10-28 04:32:41Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/i386/isa/pmtimer.c 247088 2013-02-21 07:16:40Z imp $");
85d84
< int pl;
87d85
< pl = splsoftclock();
92d89
< splx(pl);
99d95
< int pl;
104d99
< pl = splsoftclock();
121,125d115
< #endif /* PMTIMER_FIXUP_CALLTODOK */
< splx(pl);
< #ifndef PMTIMER_FIXUP_CALLTODO
< second = resume_time.tv_sec - suspend_time.tv_sec;
< #else /* PMTIMER_FIXUP_CALLTODO */
130a121,122
> #else /* !PMTIMER_FIXUP_CALLTODO */
> second = resume_time.tv_sec - suspend_time.tv_sec;