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