PPC: Disable non-440 CPUs for ppcemb target
authorAlexander Graf <agraf@suse.de>
Tue, 18 Oct 2011 00:00:51 +0000 (02:00 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Oct 2011 19:03:26 +0000 (20:03 +0100)
commitf7243476319065fd9221dac793faaedbc1dd9c87
treea4412183c79af12517fa87d9d4930df6fbe0b195
parent1a8cc4a6a2fe75b073e515c882119a61c0b9ae15
PPC: Disable non-440 CPUs for ppcemb target

The sole reason we have the ppcemb target is to support MMUs that have
less than the usual 4k possible page size. There are very few of these
chips and I don't want to add additional QA and testing burden to everyone
to ensure that code still works when TARGET_PAGE_SIZE is not 4k.

So this patch disables all CPUs except for MMU_BOOKE capable ones from
the ppcemb target.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c