rtos: Fix wrong ReadyList lookup in ChibiOS
commit8104b58dbc55c7300b343231cc5bd430063d5721
authorMatthias Blaicher <matthias@blaicher.com>
Sun, 4 Nov 2012 13:56:08 +0000 (4 14:56 +0100)
committerSpencer Oliver <spen@spen-soft.co.uk>
Mon, 5 Nov 2012 09:37:56 +0000 (5 09:37 +0000)
tree34cac28331a789f62698bc638c091137652c834c
parentfc302a025270ee6e1099aa58c1c833b0d080e4ce
rtos: Fix wrong ReadyList lookup in ChibiOS

We already have the address of the ReadyList provided by gdb.
It is wrong to resolve that address a second time and it only
works by accident.

Change-Id: I82fa2360931c416290cd7f83e1883f86f90dedc2
Signed-off-by: Matthias Blaicher <matthias@blaicher.com>
Reviewed-on: http://openocd.zylin.com/959
Reviewed-by: Joel Bodenmann <joel@unormal.org>
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
src/rtos/ChibiOS.c