[sr-dev] git:master:e6a84b43: Makefile.defs: enabled fast locks for amd64

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


Module: kamailio
Branch: master
Commit: e6a84b43e06f081e53bf60df137d4262f36c3c7a
URL: https://github.com/kamailio/kamailio/commit/e6a84b43e06f081e53bf60df137d4262f36c3c7a

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-03-15T12:22:06+01:00

Makefile.defs: enabled fast locks for amd64

---

Modified: src/Makefile.defs

---

Diff:  https://github.com/kamailio/kamailio/commit/e6a84b43e06f081e53bf60df137d4262f36c3c7a.diff
Patch: https://github.com/kamailio/kamailio/commit/e6a84b43e06f081e53bf60df137d4262f36c3c7a.patch

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index 0226115..aed65b6 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -788,6 +788,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