scripts/checkstack.pl: remove ia64 support
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 19 Dec 2023 12:49:57 +0000 (20:49 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 29 Dec 2023 20:22:26 +0000 (12:22 -0800)
commitdd8e05c5dd04210bb6073c594fa9be12c6473ae9
treed36b37d609236ba6f0969ed08f1e772b736698f9
parent90ca22513ed5d7cf546c7c8d35a03ec2a2f5c87e
scripts/checkstack.pl: remove ia64 support

Patch series "Modify some code about checkstack".

This patch (of 5):

After commit cf8e8658100d ("arch: Remove Itanium (IA-64) architecture"),
the ia64 port has been removed from the kernel, so also remove the ia64
specific bits from the checkstack.pl script.

Link: https://lkml.kernel.org/r/20231219125008.23007-1-yangtiezhu@loongson.cn
Link: https://lkml.kernel.org/r/20231219125008.23007-2-yangtiezhu@loongson.cn
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkstack.pl