diff options
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r-- | perl-install/detect_devices.pm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 78930e6f8..a7fe2ed86 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -178,11 +178,7 @@ sub syslog { `dmesg`; } -sub hasSMP { -#- my $nb = grep { /^processor/ } cat_("/proc/cpuinfo"); -#- $nb > 1; - c::detectSMP(); -} +sub hasSMP { c::detectSMP() } sub whatParport() { my @res =(); |