From fbdcdd6c198149aebccb5cd7068ec5bf74c4012d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 10 Jan 2006 14:52:39 +0000 Subject: look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, or using DMI info (often broken) --- perl-install/c/smp-test.c | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 perl-install/c/smp-test.c (limited to 'perl-install/c/smp-test.c') 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"); -} -- cgit v1.2.1