Commit-ID: 0c37c686b336aeead2f0b982f24eafaeb19435b1 Gitweb: http://git.kernel.org/tip/0c37c686b336aeead2f0b982f24eafaeb19435b1 Author: Sasha Levin <sasha.levin@xxxxxxxxxx> AuthorDate: Mon, 7 Jul 2014 12:14:27 -0400 Committer: Sasha Levin <sasha.levin@xxxxxxxxxx> CommitDate: Mon, 7 Jul 2014 12:14:27 -0400 tools/liblockdep: Remove debug print left over from development Remove a debug print in init_preload() which was left over from development and isn't usefull at all currently. It was also causing false positive test results. Reported-by: S. Lockwood-Childs <sjl@xxxxxxxxxxx> Signed-off-by: Sasha Levin <sasha.levin@xxxxxxxxxx> --- tools/lib/lockdep/preload.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/lib/lockdep/preload.c b/tools/lib/lockdep/preload.c index b5e52af..51ec2ec8 100644 --- a/tools/lib/lockdep/preload.c +++ b/tools/lib/lockdep/preload.c @@ -439,8 +439,6 @@ __attribute__((constructor)) static void init_preload(void) ll_pthread_rwlock_unlock = dlsym(RTLD_NEXT, "pthread_rwlock_unlock"); #endif - printf("%p\n", ll_pthread_mutex_trylock);fflush(stdout); - lockdep_init(); __init_state = done; -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html