Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[sfrench/cifs-2.6.git] / tools / testing / ktest / ktest.pl
index 777388cc822111c7aa9814121463c0cad152c116..87af8a68ab2529ffc005ed2bd66aff93944bd3ca 100755 (executable)
@@ -3594,8 +3594,6 @@ sub read_depends {
     # what directory to look at.
     if ($arch eq "i386" || $arch eq "x86_64") {
        $arch = "x86";
-    } elsif ($arch =~ /^tile/) {
-       $arch = "tile";
     }
 
     my $kconfig = "$builddir/arch/$arch/Kconfig";