mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
spi/pl022: use cpu_relax in the busy loop
This relaxes the cpu in the polling busy-wait loop. Reported-by: Vitaly Wool <vitalywool@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
parent
7f9a4b9797
commit
521999bd4a
@ -1424,6 +1424,7 @@ static void do_polling_transfer(struct pl022 *pl022)
|
||||
message->state = STATE_ERROR;
|
||||
goto out;
|
||||
}
|
||||
cpu_relax();
|
||||
}
|
||||
|
||||
/* Update total byte transferred */
|
||||
|
Loading…
x
Reference in New Issue
Block a user