From 7a4946d314636f34857499716095ff2a7f43cef7 Mon Sep 17 00:00:00 2001 From: Nicolas Planel Date: Tue, 25 Feb 2003 10:39:46 +0000 Subject: Add dmidetection for smp --- perl-install/c/smp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install/c/smp.c') diff --git a/perl-install/c/smp.c b/perl-install/c/smp.c index baf786cc6..4e0ed354a 100644 --- a/perl-install/c/smp.c +++ b/perl-install/c/smp.c @@ -242,7 +242,9 @@ readType() return (int)type; } -static int intelDetectSMP(void) +extern int intelDetectSMP(void); + +static int intelDetectSMP_old(void) { vm_offset_t paddr; int where; -- cgit v1.2.1