From 785bb3f5242d8f9debde94e6ff89560fa3f977c4 Mon Sep 17 00:00:00 2001 From: Chas Williams Date: Mon, 21 Feb 2005 01:12:43 +0000 Subject: [PATCH] STABLE14-ia64-smp-definition-20050220 FIXES 17640 change how smp is defined so we pick up a mutex (cherry picked from commit f7ff156ec1f2daf9c9c81c44314034e178132717) --- 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 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 -- 2.39.5