rename USE_NPTL to CONFIG_USE_NPTL

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Juan Quintela 2009-07-27 16:13:24 +02:00 committed by Anthony Liguori
parent 75b5a697ed
commit 2f7bb8780a
11 changed files with 26 additions and 30 deletions

View file

@ -33,7 +33,7 @@
//#define DEBUG_MMAP
#if defined(USE_NPTL)
#if defined(CONFIG_USE_NPTL)
pthread_mutex_t mmap_mutex = PTHREAD_MUTEX_INITIALIZER;
static int __thread mmap_lock_count;