Fix silly typo ("smb" vs "smp")

Introduced by commit 6003a93e7b
This commit is contained in:
Linus Torvalds 2005-12-24 12:19:38 -08:00
parent 8e31108b9f
commit 1224b375ed
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ static void update_queue (struct sem_array * sma)
/* hands-off: q will disappear immediately after
* writing q->status.
*/
smb_wmb();
smp_wmb();
q->status = error;
q = n;
} else {