Module: kamailio
Branch: 4.4
Commit: e525cbc7a9b4321b6a91feb82b9b91322c6f0b98
URL:
https://github.com/kamailio/kamailio/commit/e525cbc7a9b4321b6a91feb82b9b913…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-03-15T12:27:10+01:00
Makefile.defs: enabled fast locks for amd64
(cherry picked from commit e6a84b43e06f081e53bf60df137d4262f36c3c7a)
(cherry picked from commit f5e2f30fbef15d4310dd20828a70613971e67c28)
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/e525cbc7a9b4321b6a91feb82b9b913…
Patch:
https://github.com/kamailio/kamailio/commit/e525cbc7a9b4321b6a91feb82b9b913…
---
diff --git a/Makefile.defs b/Makefile.defs
index 2800cc1..4083234 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -783,6 +783,10 @@ ifeq ($(ARCH), x86_64)
use_fast_lock=yes
endif
+ifeq ($(ARCH), amd64)
+ use_fast_lock=yes
+endif
+
ifeq ($(ARCH), sparc64)
ifeq ($(CC_NAME), gcc)
use_fast_lock=yes