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