PPC: Extend MPIC MMIO range
authorAlexander Graf <agraf@suse.de>
Wed, 20 Jul 2011 23:35:15 +0000 (01:35 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:43:33 +0000 (09:43 +0200)
commit249dd134a45c07c511e444af0762e0f98f1ad78e
treea6298be8e473d8066af1259658e689071566c0dc
parent9ce44b3ff7c72892dace4dceada9a23f98ae2cdc
PPC: Extend MPIC MMIO range

The MPIC exports a page for each CPU that it controls. To support more than
one CPU, we need to also reserve the MMIO space according to the amount of
CPUs we want to support.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c