From 5a28afec60bed348bad6b46cf351f8f4a515789a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 21 Sep 2004 04:16:31 +0000 Subject: tlan is not available on x86_64 --- kernel/check_mar.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/check_mar.pl b/kernel/check_mar.pl index 7b9fefbbf..ef7063402 100755 --- a/kernel/check_mar.pl +++ b/kernel/check_mar.pl @@ -13,7 +13,7 @@ my %sanity_check = ( all => [ qw(3c59x eepro100 tulip via-rhine ne2k-pci 8139too), if_(arch() !~ /ppc/, 'e100'), - if_(arch() !~ /ppc|ia64/, 'tlan'), + if_(arch() !~ /ppc|ia64|x86_64/, 'tlan'), ], ); -- cgit v1.2.1