]> xenbits.xensource.com Git - unikraft/libs/pthread-embedded.git/commit
patches: Fix atomic operations
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 3 Jun 2019 15:16:37 +0000 (18:16 +0300)
committerFlorian Schmidt <florian.schmidt@neclab.eu>
Tue, 4 Jun 2019 13:41:24 +0000 (15:41 +0200)
commit40fe591038dc89e2724de18ecdda29dfc5ba9642
treea9a18b6c2cad7798b0e5464097b7a4e7693178a8
parent51f10a5f167abfcf125277100011c97f6cfa4249
patches: Fix atomic operations

We use atomic operations as macros because pte uses them for both int
and long types.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Florian Schmidt <florian.schmidt@neclab.eu>
patches/0007-Use-atomic-operations-as-macros.patch [new file with mode: 0644]
patches/0008-bugfix-Fix-atomic-operations-on-semaphore.patch [new file with mode: 0644]