Re: [edk2-devel] [PATCH] MdePkg: use CpuPause() in CpuDeadLoop()

2021-03-17 Thread Laszlo Ersek
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

[edk2-devel] [PATCH] MdePkg: use CpuPause() in CpuDeadLoop()

2021-03-16 Thread Ankur Arora
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