Re: [PATCH 1/1] cpu: Fix one compile error for PPC.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 29, 2013 at 03:41:19PM +0800, Li Zhang wrote:
> From: Li Zhang <zhlcindy@xxxxxxxxxxxxxxxxxx>
> 
> CPU data structure is refined, which causes one compile error for PPC.
> 
> Signed-off-by: Li Zhang <zhlcindy@xxxxxxxxxxxxxxxxxx>
> ---
>  src/cpu/cpu_powerpc.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/src/cpu/cpu_powerpc.c b/src/cpu/cpu_powerpc.c
> index 62437d3..55a4153 100644
> --- a/src/cpu/cpu_powerpc.c
> +++ b/src/cpu/cpu_powerpc.c
> @@ -354,15 +354,15 @@ ppcDataFree(virCPUDataPtr data)
>  static virCPUDataPtr
>  ppcNodeData(void)
>  {
> -    virCPUDataPtr data;
> +    virCPUDataPtr cpuData;
>  
> -    if (VIR_ALLOC(data) < 0)
> +    if (VIR_ALLOC(cpuData) < 0)
>          return NULL;
>  
>      asm("mfpvr %0"
> -        : "=r" (data->ppc.pvr));
> +        : "=r" (cpuData->data.ppc.pvr));
>  
> -    return data;
> +    return cpuData;
>  }
>  #endif

  Okay, applied and pushed,

   thanks !

Daniel

-- 
Daniel Veillard      | Open Source and Standards, Red Hat
veillard@xxxxxxxxxx  | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | virtualization library  http://libvirt.org/

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]