Module: kamailio
Branch: master
Commit: e6a84b43e06f081e53bf60df137d4262f36c3c7a
URL:
https://github.com/kamailio/kamailio/commit/e6a84b43e06f081e53bf60df137d426…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/e6a84b43e06f081e53bf60df137d426…
Patch:
https://github.com/kamailio/kamailio/commit/e6a84b43e06f081e53bf60df137d426…
---
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