Turn off spinlock profiling

This commit is contained in:
Mark Riddoch 2014-09-15 08:05:47 +01:00
parent c2847c7ddb
commit 066b58afb0

View File

@ -31,7 +31,7 @@
#include <thread.h>
#include <stdbool.h>
#define SPINLOCK_PROFILE 1
#define SPINLOCK_PROFILE 0
/**
* The spinlock structure.