From f7ff156ec1f2daf9c9c81c44314034e178132717 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Sun, 20 Feb 2005 05:42:47 +0000 Subject: [PATCH] ia64-smp-definition-20050220 FIXES 17640 change how smp is defined so we pick up a mutex --- src/config/param.ia64_linux26.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config/param.ia64_linux26.h b/src/config/param.ia64_linux26.h index db9a29c..6fcbda3 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 -- 1.9.4