Re: [PATCH] Skip nodeinfo test on non intel architectures

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

 



On 06/12/2011 04:37 PM, Guido Günther wrote:
> since the testfiles assume a /proc/cpuinfo specific to this
> architecture. We e.g. can't parse the number of cores on other
> architectures.
> 
> O.k. to apply?
> Cheers,
>  -- Guido
> 
> ---
>  tests/nodeinfotest.c |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/nodeinfotest.c b/tests/nodeinfotest.c
> index b4e81b3..71e2926 100644
> --- a/tests/nodeinfotest.c
> +++ b/tests/nodeinfotest.c
> @@ -11,7 +11,9 @@
>  #include "util.h"
>  #include "files.h"
>  
> -#ifndef __linux__
> +#if ! (defined __linux__  &&  (defined(__x86_64__) || \
> +                               defined(__amd64__)  || \
> +                               defined(__i386__)))

ACK.

-- 
Eric Blake   eblake@xxxxxxxxxx    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
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]