From 292363e15c92fd37bcb424fafebc2e362b6c8f03 Mon Sep 17 00:00:00 2001 From: Andreas Färber Date: Thu, 23 Jan 2014 17:47:44 +0100 Subject: target-ppc: Make ppc40x CPUs available in ppcemb Not only 44x CPUs (BookE) but also 40x CPUs can run with 1k page size. Move the criteria to a central inline function to avoid repetition and #ifdef'fery. Update qom-test to no longer exempt them. Signed-off-by: Andreas Färber --- tests/qom-test.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/qom-test.c') diff --git a/tests/qom-test.c b/tests/qom-test.c index 5e5af7a50f..4dd23f8ad0 100644 --- a/tests/qom-test.c +++ b/tests/qom-test.c @@ -221,10 +221,7 @@ int main(int argc, char **argv) } else if (strcmp(arch, "or32") == 0) { ADD_MACHINE_TESTS(arch, openrisc_machines); } else if (strcmp(arch, "ppcemb") == 0) { -#if 0 - /* XXX Available in ppcemb but don't work */ ADD_MACHINE_TESTS(arch, ppc405_machines); -#endif ADD_MACHINE_TESTS(arch, ppc440_machines); } else if (strcmp(arch, "ppc") == 0) { ADD_MACHINE_TESTS(arch, ppc405_machines); -- cgit v1.2.3-55-g7522