lkml.org 
[lkml]   [2015]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/3] scripts/gdb: Remove useless global instruction
On 2015-05-14 07:22, Thiébaud Weksteen wrote:
> Signed-off-by: Thiébaud Weksteen <thiebaud@weksteen.fr>
> ---
> scripts/gdb/linux/tasks.py | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/scripts/gdb/linux/tasks.py b/scripts/gdb/linux/tasks.py
> index 89d38e1..0fa33b0 100644
> --- a/scripts/gdb/linux/tasks.py
> +++ b/scripts/gdb/linux/tasks.py
> @@ -20,7 +20,6 @@ task_type = utils.CachedType("struct task_struct")
>
>
> def task_lists():
> - global task_type
> task_ptr_type = task_type.get_type().pointer()
> init_task = gdb.parse_and_eval("init_task").address
> t = g = init_task
> @@ -73,7 +72,6 @@ ia64_task_size = None
>
>
> def get_thread_info(task):
> - global thread_info_type
> thread_info_ptr_type = thread_info_type.get_type().pointer()
> if utils.is_target_arch("ia64"):
> global ia64_task_size

These are from my early Python days...

Did you check all the other global statements as well? I bet there are
more, e.g. the one in the last line above.

Jan

--
Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux


\
 
 \ /
  Last update: 2015-05-15 18:21    [W:0.039 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site