disable getnstimeofday WARN_ON when CONFIG_PM_DEBUG is defined
authorDavid Fries <David@Fries.net>
Tue, 11 Sep 2012 03:13:01 +0000 (22:13 -0500)
committerPali Rohár <pali.rohar@gmail.com>
Fri, 25 Oct 2013 19:59:09 +0000 (21:59 +0200)
commitbb67cf2c42924d30b4c4526ffd7550d3d6d3fbc0
treea7bc274c1b04397c6bf008c7b7182e8e160466b8
parent6df44d533109b451c061410a0fb529c7e357f1c1
disable getnstimeofday WARN_ON when CONFIG_PM_DEBUG is defined

pm_dbg_update_time is calling getnstimeofday, for the N900
omap_sram_idle transitions to and from suspend and calls routines
which call pm_dbg_update_time.  Calling
timekeeping_suspend/timekeeping_resume doesn't seem very doable.
Disabling it when CONFIG_PM_DEBUG is set seems like the easier option.
kernel-power-2.6.28/debian/patches/resume_no_time_warn.diff [new file with mode: 0644]
kernel-power-2.6.28/debian/patches/series