OSDN Git Service

Atomic/SMP update.
authorAndy McFadden <fadden@android.com>
Thu, 20 May 2010 05:36:33 +0000 (22:36 -0700)
committerAndy McFadden <fadden@android.com>
Fri, 21 May 2010 04:40:02 +0000 (21:40 -0700)
commit6a877083893fb466ebb6ee6bcbdc5f1ca8609cb1
tree1f0ced804a916abd7a45191d803bc70f150f084e
parente54a4c581459bf899b285506aafd577a396b9671
Atomic/SMP update.

Moved quasiatomic 64-bit operations in here.  They still need work.

Use the new libcutils atomic-inline header for our memory barriers.
Adjust makefiles to set SMP definition appropriately.

Change-Id: Id2ab2123724bb0baeb32f862b5568392aba35a59
dexopt/Android.mk
vm/Android.mk
vm/Atomic.c [new file with mode: 0644]
vm/Atomic.h
vm/Dvm.mk
vm/Init.c