ARM11: per-core options should not be global
commit27c068c1f82423a2492899d1632caaa6f8261810
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 21 Feb 2010 22:30:27 +0000 (21 14:30 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 21 Feb 2010 22:30:27 +0000 (21 14:30 -0800)
treeea07994eec041ebb764be2cae2845266b0197ce8
parentce1feaa7322affd3b979c9fe93dd8f7462ea9eca
ARM11: per-core options should not be global

Address some FIXME comments by getting rid of globals, moving
per-core parameters in the existing per-core data structure.

This will matter most whenever there are multiple ARM11 cores,
e.g. ARM11 MPcore chips, but in general is just cleanup.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm11.c
src/target/arm11.h