[sr-dev] git:4.4:e525cbc7: Makefile.defs: enabled fast locks for amd64

Daniel-Constantin Mierla miconda at gmail.com
Wed Mar 15 12:39:21 CET 2017


Module: kamailio
Branch: 4.4
Commit: e525cbc7a9b4321b6a91feb82b9b91322c6f0b98
URL: https://github.com/kamailio/kamailio/commit/e525cbc7a9b4321b6a91feb82b9b91322c6f0b98

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at 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/e525cbc7a9b4321b6a91feb82b9b91322c6f0b98.diff
Patch: https://github.com/kamailio/kamailio/commit/e525cbc7a9b4321b6a91feb82b9b91322c6f0b98.patch

---

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




More information about the sr-dev mailing list