Skip to content
Snippets Groups Projects
Commit a71f4967 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "linux-ramdump-parser-v2: Print workqueue info for 3.14 kernel"

parents 82e6d834 44ae2f55
Branches
No related tags found
No related merge requests found
# Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
# Copyright (c) 2012-2015, The Linux Foundation. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
......@@ -456,3 +456,5 @@ class Workqueues(RamParser):
self.print_workqueue_state_3_7(self.ramdump)
if re.search('3.10.\d', ver) is not None:
self.print_workqueue_state_3_10(self.ramdump)
if re.search('3.14.\d', ver) is not None:
self.print_workqueue_state_3_10(self.ramdump)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment