]> git.baikalelectronics.ru Git - kernel.git/commit
ia64: convert unwcheck.py to python3
authorCorentin Labbe <clabbe@baylibre.com>
Wed, 14 Feb 2018 12:19:06 +0000 (12:19 +0000)
committerTony Luck <tony.luck@intel.com>
Mon, 5 Mar 2018 22:35:01 +0000 (14:35 -0800)
commit8b11075fd1552a493783e7b3dfb106cf4cd77ae6
treeea9cf03be950bedb196ea2eb352d2ffa96d373d5
parent4b7f3cda724036ce118b56470a2e8d51c57d3136
ia64: convert unwcheck.py to python3

Since my system use python3 as default, arch/ia64/scripts/unwcheck.py no
longer run.

This patch convert it to the python3 syntax.
I have ran it with python2/python3 while printing values of
start/end/rlen_sum which could be impacted by this change and I see no difference.

Fixes: ff4d1bb7ab34 ("scripts: change scripts to use system python instead of env")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/scripts/unwcheck.py