summaryrefslogtreecommitdiffstats
path: root/perl-install/c/smp-test.c
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-01-10 14:52:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-01-10 14:52:39 +0000
commitfbdcdd6c198149aebccb5cd7068ec5bf74c4012d (patch)
tree6f2540e155ec39ce377a9479b5d2f7e22dd305db /perl-install/c/smp-test.c
parent889b45e9b47c6b3f68774ad73debc5baf1b7087f (diff)
downloaddrakx-backup-do-not-use-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar
drakx-backup-do-not-use-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar.gz
drakx-backup-do-not-use-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar.bz2
drakx-backup-do-not-use-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.tar.xz
drakx-backup-do-not-use-fbdcdd6c198149aebccb5cd7068ec5bf74c4012d.zip
look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, or using DMI info (often broken)
Diffstat (limited to 'perl-install/c/smp-test.c')
-rw-r--r--perl-install/c/smp-test.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/c/smp-test.c b/perl-install/c/smp-test.c
deleted file mode 100644
index f644449b8..000000000
--- a/perl-install/c/smp-test.c
+++ /dev/null
@@ -1,6 +0,0 @@
-main() {
- if (detectSMP())
- printf("has smp\n");
- else
- printf("no smp\n");
-}