diff options
author | Igor Mammedov <imammedo@redhat.com> | 2017-10-09 21:51:04 +0200 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2017-10-17 10:34:01 +1100 |
commit | b918f885ae1ca354d2f505a7c4a4b91c9de50f18 (patch) | |
tree | c60ed0f0c0ea3c210ae757813504499873d0a316 /hw | |
parent | 17be88a713cabc9fed5e3fc54bf1cd2a5808a00f (diff) | |
download | qemu-b918f885ae1ca354d2f505a7c4a4b91c9de50f18.zip qemu-b918f885ae1ca354d2f505a7c4a4b91c9de50f18.tar.gz qemu-b918f885ae1ca354d2f505a7c4a4b91c9de50f18.tar.bz2 |
ppc: move ppc_cpu_lookup_alias() before its first user
next commit will drop ppc_cpu_lookup_alias() declaration from header
and make it static which will break its last user ppc_cpu_class_by_name()
since ppc_cpu_class_by_name() defined before ppc_cpu_lookup_alias().
To avoid this move ppc_cpu_lookup_alias() right before
ppc_cpu_class_by_name().
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions