Make BL31's ns_entry_info a single-cpu area
ns_entry_info used to be a per-cpu array.  This is a waste of space
because it is only accessed by the primary CPU on the cold boot path.
This patch reduces ns_entry_info to a single-cpu area.

Change-Id: I647c70c4e76069560f1aaad37a1d5910f56fba4c
1 parent 34edaed commit 93ca221c95cc71cab9222d594e0cc3d9f8e852bf
@Sandrine Bailleux Sandrine Bailleux authored on 2 Dec 2013
Dan Handley committed on 12 Dec 2013
Showing 4 changed files
View
bl31/aarch64/bl31_entrypoint.S
View
bl31/bl31_main.c
View
include/bl31.h
View
plat/fvp/bl31_plat_setup.c