ppc: Fix up usermode only builds
authorDavid Gibson <david@gibson.dropbear.id.au>
Sun, 23 Oct 2011 17:25:04 +0000 (17:25 +0000)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Oct 2011 19:03:27 +0000 (20:03 +0100)
commit5e7fe6964e2560db57082fad747619d2dc097c1f
tree998190e29bce7fb989404d5ca132c9b168a6fc75
parentef11397172dd2775f4030cf521e60a19b86e4360
ppc: Fix up usermode only builds

The recent usage of MemoryRegion in kvm_ppc.h breaks builds with
CONFIG_USER_ONLY=y.  This patch fixes it.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/kvm_ppc.h