public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch v2 0/3] MdePkg/BaseSynchronizationLib: Add volatile
@ 2016-11-17 19:34 Michael Kinney
  2016-11-17 19:34 ` [Patch v2 1/3] MdePkg/Include: Add volatile to SynchronizationLib parameters Michael Kinney
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Kinney @ 2016-11-17 19:34 UTC (permalink / raw)
  To: edk2-devel

Updates for V2
==============
* Split out patch that corrects function names in comment blocks
* Change InterlockedCompareExchangePointer() parameter from volatile VOID**
  to VOID * volatile *.
* Remove unnessary typecast in calls to InterlockedCompareExchangePointer()
* Fix missing copyright updates
* Minor formatting changes

Michael Kinney (3):
  MdePkg/Include: Add volatile to SynchronizationLib parameters
  MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIs
  MdePkg/BaseSynchronizationLib: Fix function names in function headers

 MdePkg/Include/Library/SynchronizationLib.h              | 14 +++++++-------
 .../Ia32/InterlockedCompareExchange16.asm                |  4 ++--
 .../Ia32/InterlockedCompareExchange16.c                  |  4 ++--
 .../Ia32/InterlockedCompareExchange16.nasm               |  4 ++--
 .../Ia32/InterlockedCompareExchange32.asm                |  4 ++--
 .../Ia32/InterlockedCompareExchange32.c                  |  4 ++--
 .../Ia32/InterlockedCompareExchange32.nasm               |  4 ++--
 .../Ia32/InterlockedCompareExchange64.asm                |  4 ++--
 .../Ia32/InterlockedCompareExchange64.c                  |  4 ++--
 .../Ia32/InterlockedCompareExchange64.nasm               |  4 ++--
 .../BaseSynchronizationLib/Ia32/InterlockedDecrement.asm |  4 ++--
 .../BaseSynchronizationLib/Ia32/InterlockedDecrement.c   |  4 ++--
 .../Ia32/InterlockedDecrement.nasm                       |  4 ++--
 .../BaseSynchronizationLib/Ia32/InterlockedIncrement.asm |  4 ++--
 .../BaseSynchronizationLib/Ia32/InterlockedIncrement.c   |  4 ++--
 .../Ia32/InterlockedIncrement.nasm                       |  4 ++--
 MdePkg/Library/BaseSynchronizationLib/Synchronization.c  | 16 ++++++++--------
 .../Library/BaseSynchronizationLib/SynchronizationGcc.c  | 16 ++++++++--------
 .../Library/BaseSynchronizationLib/SynchronizationMsc.c  | 16 ++++++++--------
 .../X64/InterlockedCompareExchange16.asm                 |  6 +++---
 .../X64/InterlockedCompareExchange16.c                   |  4 ++--
 .../X64/InterlockedCompareExchange16.nasm                |  6 +++---
 .../X64/InterlockedCompareExchange32.asm                 |  6 +++---
 .../X64/InterlockedCompareExchange32.c                   |  4 ++--
 .../X64/InterlockedCompareExchange32.nasm                |  6 +++---
 .../X64/InterlockedCompareExchange64.asm                 |  6 +++---
 .../X64/InterlockedCompareExchange64.c                   |  4 ++--
 .../X64/InterlockedCompareExchange64.nasm                |  6 +++---
 .../BaseSynchronizationLib/X64/InterlockedDecrement.asm  |  6 +++---
 .../BaseSynchronizationLib/X64/InterlockedDecrement.c    |  6 +++---
 .../BaseSynchronizationLib/X64/InterlockedDecrement.nasm |  6 +++---
 .../BaseSynchronizationLib/X64/InterlockedIncrement.asm  |  6 +++---
 .../BaseSynchronizationLib/X64/InterlockedIncrement.c    |  6 +++---
 .../BaseSynchronizationLib/X64/InterlockedIncrement.nasm |  6 +++---
 34 files changed, 103 insertions(+), 103 deletions(-)

-- 
2.6.3.windows.1



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

end of thread, other threads:[~2016-11-18  0:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17 19:34 [Patch v2 0/3] MdePkg/BaseSynchronizationLib: Add volatile Michael Kinney
2016-11-17 19:34 ` [Patch v2 1/3] MdePkg/Include: Add volatile to SynchronizationLib parameters Michael Kinney
2016-11-17 19:34 ` [Patch v2 2/3] MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIs Michael Kinney
2016-11-17 19:34 ` [Patch v2 3/3] MdePkg/BaseSynchronizationLib: Fix function names in function headers Michael Kinney
2016-11-17 19:48 ` [Patch v2 0/3] MdePkg/BaseSynchronizationLib: Add volatile Laszlo Ersek
2016-11-18  0:55 ` Gao, Liming

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