cpu: Rename {powerpc,ppc} => ppc64 (filesystem)

The driver only supports VIR_ARCH_PPC64 and VIR_ARCH_PPC64LE.

Just shuffling files around and updating the build system
accordingly. No functional changes.
This commit is contained in:
Andrea Bolognani
2015-07-20 14:17:52 +02:00
parent a16871fef7
commit ef770f0160
7 changed files with 9 additions and 8 deletions

View File

@@ -29,7 +29,7 @@
# include "virarch.h"
# include "conf/cpu_conf.h"
# include "cpu_x86_data.h"
# include "cpu_ppc_data.h"
# include "cpu_ppc64_data.h"
typedef struct _virCPUData virCPUData;