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

Merge "lrdp-v2: add missing argument to cfs_node_func"

parents c761d7fa 72bdc160
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2013, The Linux Foundation. All rights reserved.
# Copyright (c) 2013-2014, 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
......@@ -70,7 +70,7 @@ class RunQueues(RamParser):
self.print_cfs_state(my_q_addr)
self.tab_offset -= 1
def cfs_node_func(self, node):
def cfs_node_func(self, node, extra):
run_node_offset = self.ramdump.field_offset(
'struct sched_entity', 'run_node')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment