aboutsummaryrefslogtreecommitdiff
path: root/bl31/aarch64/crash_reporting.S
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2015-02-20 16:04:17 +0000
committerSoby Mathew <soby.mathew@arm.com>2015-03-27 10:20:32 +0000
commit548579f56eb95d3d4ba1484a8922a9f6e0a03c73 (patch)
treef3aeac2b4605b0f8ee56a6d12f0ca6c4e4d5b0a6 /bl31/aarch64/crash_reporting.S
parent1c9573a157f0d6d76ded5e651bb3f0b9f3a3c9ec (diff)
Remove the `owner` field in bakery_lock_t data structure
This patch removes the `owner` field in bakery_lock_t structure which is the data structure used in the bakery lock implementation that uses coherent memory. The assertions to protect against recursive lock acquisition were based on the 'owner' field. They are now done based on the bakery lock ticket number. These assertions are also added to the bakery lock implementation that uses normal memory as well. Change-Id: If4850a00dffd3977e218c0f0a8d145808f36b470
Diffstat (limited to 'bl31/aarch64/crash_reporting.S')
0 files changed, 0 insertions, 0 deletions