Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a59c186 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix SMP build.



Kill build failures in the SMP+!PREEMPT case introduced
by Al Viro's spinlock.h changes.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 24dc6ead
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -44,7 +44,7 @@ typedef struct {


#define spin_unlock_wait(lp)	\
#define spin_unlock_wait(lp)	\
do {	membar("#LoadLoad");	\
do {	membar("#LoadLoad");	\
} while(lp->lock)
} while((lp)->lock)


static inline void _raw_spin_lock(spinlock_t *lock)
static inline void _raw_spin_lock(spinlock_t *lock)
{
{
@@ -149,7 +149,7 @@ typedef struct {
	unsigned int break_lock;
	unsigned int break_lock;
#endif
#endif
} rwlock_t;
} rwlock_t;
#define RW_LOCK_UNLOCKED	{0,}
#define RW_LOCK_UNLOCKED	(rwlock_t) {0,}
#define rwlock_init(lp) do { *(lp) = RW_LOCK_UNLOCKED; } while(0)
#define rwlock_init(lp) do { *(lp) = RW_LOCK_UNLOCKED; } while(0)


static void inline __read_lock(rwlock_t *lock)
static void inline __read_lock(rwlock_t *lock)