|
@@ -12,6 +12,8 @@
|
|
#ifndef __LINUX_MCS_SPINLOCK_H
|
|
#ifndef __LINUX_MCS_SPINLOCK_H
|
|
#define __LINUX_MCS_SPINLOCK_H
|
|
#define __LINUX_MCS_SPINLOCK_H
|
|
|
|
|
|
|
|
+#include <asm/mcs_spinlock.h>
|
|
|
|
+
|
|
struct mcs_spinlock {
|
|
struct mcs_spinlock {
|
|
struct mcs_spinlock *next;
|
|
struct mcs_spinlock *next;
|
|
int locked; /* 1 if lock acquired */
|
|
int locked; /* 1 if lock acquired */
|