]> 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)
commita54719566e903c285794aac86339301da2d18a25
treeea9cf03be950bedb196ea2eb352d2ffa96d373d5
parent23acbe6adfc22df6eedfea082ac4ed5cf4d73272
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