On 03/16/21 23:59, Ankur Arora wrote:
> Use CpuPause() to allow the CPU to go into a lower power state
> state while we spin wait.
>
> Cc: Liming Gao
> Signed-off-by: Ankur Arora
> Reviewed-by: Michael D Kinney
> ---
> MdePkg/Library/BaseLib/CpuDeadLoop.c | 4 +++-
> 1 file changed, 3 insertio
Use CpuPause() to allow the CPU to go into a lower power state
state while we spin wait.
Cc: Liming Gao
Signed-off-by: Ankur Arora
Reviewed-by: Michael D Kinney
---
MdePkg/Library/BaseLib/CpuDeadLoop.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/MdePkg/Library/BaseLi