ARM: streamline register init
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 19 Nov 2009 21:23:08 +0000 (13:23 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 19 Nov 2009 21:23:08 +0000 (13:23 -0800)
commitcbc13187c315227c0cf8d85fb0b92d0ba4a10dab
treec77e1fe785cf1bbf1f6b5b1a0cb5979b8d0a22ad
parente3ed06579bd8129c11af0a1636a55d62af08980b
ARM: streamline register init

Combine register names with other per-register data into a
single template structure.  This saves space, and makes it
easier to change how registers get handled (by shrinking
the number of places that care about cache indices).

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