microwatt/tests/reservation
Paul Mackerras e7a08f33eb tests: Add a test for the load-reserve and store-conditional instructions
This checks that the instructions seem to update memory as expected,
and also that they generate alignment interrupts when necessary.
We don't check whether the memory update is atomic as we don't have
SMP yet.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
..
Makefile tests: Add a test for the load-reserve and store-conditional instructions
head.S tests: Add a test for the load-reserve and store-conditional instructions
powerpc.lds tests: Add a test for the load-reserve and store-conditional instructions
reservation.c tests: Add a test for the load-reserve and store-conditional instructions