From: Chas Williams Date: Mon, 21 Feb 2005 01:12:43 +0000 (+0000) Subject: STABLE14-ia64-smp-definition-20050220 X-Git-Tag: openafs-devel-1_3_79~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=785bb3f5242d8f9debde94e6ff89560fa3f977c4;p=packages%2Fo%2Fopenafs.git STABLE14-ia64-smp-definition-20050220 FIXES 17640 change how smp is defined so we pick up a mutex (cherry picked from commit f7ff156ec1f2daf9c9c81c44314034e178132717) --- diff --git a/src/config/param.ia64_linux26.h b/src/config/param.ia64_linux26.h index db9a29c42..6fcbda30c 100644 --- a/src/config/param.ia64_linux26.h +++ b/src/config/param.ia64_linux26.h @@ -50,13 +50,17 @@ #include #ifdef CONFIG_SMP -#undef CONFIG_SMP +#ifndef AFS_SMP +#define AFS_SMP 1 +#endif #endif /* Using "AFS_SMP" to map to however many #define's are required to get * MP to compile for Linux */ #ifdef AFS_SMP +#ifndef CONFIG_SMP #define CONFIG_SMP 1 +#endif #ifndef __SMP__ #define __SMP__ #endif