mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-02-10 04:06:43 +00:00
![Thomas Gleixner](/assets/img/avatar_default.png)
lockdep complains about the lock nesting of clocksource and watchdog lock in the resume path. Change the resume marker to a bit operation and remove the lock from this path. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: john stultz <johnstul@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>