diff options
Diffstat (limited to 'perl-install/patch')
-rw-r--r-- | perl-install/patch/9.1/patch-detectSMP-K6.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/patch/9.1/patch-detectSMP-K6.pl b/perl-install/patch/9.1/patch-detectSMP-K6.pl new file mode 100644 index 000000000..acf5821f6 --- /dev/null +++ b/perl-install/patch/9.1/patch-detectSMP-K6.pl @@ -0,0 +1,5 @@ +use detect_devices; +package detect_devices; + +undef *hasSMP; +*hasSMP = sub { 0 }; |