arm64 arch-lock: add missing include for cpu_set

Probably only needed for recent system, see ihk's 3271b5e6 ("fix
compilation with recent glibc (cpu_set define change)")

The root of the problem really is that we rely on system headers for
mckernel that ought to be independent...

Change-Id: Ieb9a017e5a7697ad767087370ced7b615efc917e
This commit is contained in:
Dominique Martinet
2018-07-27 09:58:00 +09:00
committed by Balazs Gerofi
parent 1aa429d4f5
commit bc0759e2dc

View File

@@ -6,6 +6,7 @@
#include <ihk/cpu.h> #include <ihk/cpu.h>
#include <ihk/atomic.h> #include <ihk/atomic.h>
#include "affinity.h"
//#define DEBUG_SPINLOCK //#define DEBUG_SPINLOCK
//#define DEBUG_MCS_RWLOCK //#define DEBUG_MCS_RWLOCK