summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rwxr-xr-xkernel/check_mar.pl2
1 files changed, 1 insertions, 1 deletions
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'),
],
);