Move CPU context pointers into cpu_data
authorAndrew Thoelke <andrew.thoelke@arm.com>
Mon, 2 Jun 2014 09:00:25 +0000 (10:00 +0100)
committerAndrew Thoelke <andrew.thoelke@arm.com>
Mon, 16 Jun 2014 20:34:47 +0000 (21:34 +0100)
commitaaba4f28278d20912ddcf32a49ba1c42adec3d2e
treee3434951206c924cfcf0123b1044d71d48cd7bf5
parent5e910074245fa180cfbe70d3c8bceeff1eaa026e
Move CPU context pointers into cpu_data

Moving the context pointers for each CPU into the per-cpu data
allows for much more efficient access to the contexts for the
current CPU.

Change-Id: Id784e210d63cbdcddb44ac1591617ce668dbc29f
bl31/context_mgmt.c
include/bl31/context.h
include/bl31/context_mgmt.h
include/bl31/cpu_data.h