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:
committed by
Grant Likely
parent
7f9a4b9797
commit
521999bd4a
@@ -1424,6 +1424,7 @@ static void do_polling_transfer(struct pl022 *pl022)
|
|||||||
message->state = STATE_ERROR;
|
message->state = STATE_ERROR;
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
cpu_relax();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Update total byte transferred */
|
/* Update total byte transferred */
|
||||||
|
Reference in New Issue
Block a user