mbv: move a few things around
This commit is contained in:
5
mbv/lib/lock.cc
Normal file
5
mbv/lib/lock.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "lock.h"
|
||||
|
||||
#ifdef __x86_64__
|
||||
std::recursive_mutex InterruptLock::m;
|
||||
#endif
|
Reference in New Issue
Block a user