dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Linus Walleij 2011-05-19 20:01:25 +02:00 committed by Grant Likely
parent 7f9a4b9797
commit 521999bd4a
1 changed files with 1 additions and 0 deletions

View File

@ -1424,6 +1424,7 @@ static void do_polling_transfer(struct pl022 *pl022)
message->state = STATE_ERROR;
goto out;
}
cpu_relax();
}
/* Update total byte transferred */