openpic: support large vectors on FSL mpic
commit0fe04622c11a4f131070196ad5cd97ce94d9c33b
authorScott Wood <scottwood@freescale.com>
Thu, 13 Dec 2012 16:12:01 +0000 (13 16:12 +0000)
committerAlexander Graf <agraf@suse.de>
Mon, 7 Jan 2013 16:37:08 +0000 (7 17:37 +0100)
tree6bfea986c227d590b6031604227dd26819bae0b5
parentc975330ec4f5674f2899331f914c04ecba6edf26
openpic: support large vectors on FSL mpic

Previously only the spurious vector was sized appropriately
to the openpic model.

Also, instances of "IPVP_VECTOR(opp->spve)" were replace with
just "opp->spve", as opp->spve is already just a vector and not
an IVPR.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c