arm-trusted-firmware/lib
Jon Medhurst a4d9f26b00 Fix assert in bakery_lock_release()
bakery_lock_release() expects an mpidr as the first argument however
bakery_lock_release() is calling it with the 'entry' argument it has
calculated. Rather than fixing this to pass the mpidr value it would be
much more efficient to just replace the call with

   assert(bakery->owner == entry)

As this leaves no remaining users of bakery_lock_held(), we might as
well delete it.

Fixes ARM-software/tf-issues#27

Signed-off-by: Jon Medhurst <tixy@linaro.org>
2014-03-05 16:21:14 +00:00
..
arch/aarch64 Factor out translation table setup in ARM FVP port 2014-02-20 19:06:34 +00:00
semihosting Fix semihosting with latest toolchain 2014-02-20 19:06:34 +00:00
stdlib Add IO abstraction framework 2014-02-17 18:51:43 +00:00
sync/locks Fix assert in bakery_lock_release() 2014-03-05 16:21:14 +00:00
io_storage.c Add IO abstraction framework 2014-02-17 18:51:43 +00:00
mmio.c Probe for GICv3 re-distributors on core bring-up 2014-01-17 10:27:53 +00:00