public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release
@ 2021-02-04  2:59 Ni, Ray
  2021-02-04  2:59 ` [PATCH 1/2] UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset Ni, Ray
  2021-02-04  2:59 ` [PATCH 2/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release Ni, Ray
  0 siblings, 2 replies; 11+ messages in thread
From: Ni, Ray @ 2021-02-04  2:59 UTC (permalink / raw)
  To: devel

Ray Ni (2):
  UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset
  UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release

 UefiCpuPkg/Library/MpInitLib/Ia32/MpEqu.inc   | 54 +++++++++--------
 .../Library/MpInitLib/Ia32/MpFuncs.nasm       | 52 +++++++---------
 UefiCpuPkg/Library/MpInitLib/MpLib.c          |  3 +-
 UefiCpuPkg/Library/MpInitLib/MpLib.h          |  3 +-
 UefiCpuPkg/Library/MpInitLib/X64/MpEqu.inc    | 56 ++++++++---------
 UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm | 60 ++++++++-----------
 6 files changed, 103 insertions(+), 125 deletions(-)

-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-02-04 15:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-04  2:59 [PATCH 0/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release Ni, Ray
2021-02-04  2:59 ` [PATCH 1/2] UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset Ni, Ray
2021-02-04  9:32   ` [edk2-devel] " Laszlo Ersek
2021-02-04  9:44     ` Laszlo Ersek
2021-02-04 14:27       ` Ni, Ray
2021-02-04 15:51         ` Laszlo Ersek
2021-02-04  2:59 ` [PATCH 2/2] UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release Ni, Ray
2021-02-04  9:51   ` [edk2-devel] " Laszlo Ersek
2021-02-04 13:43     ` Ni, Ray
2021-02-04 11:24   ` Zeng, Star
2021-02-04 11:58     ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox