[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6764.1352976414@warthog.procyon.org.uk>
Date: Thu, 15 Nov 2012 10:46:54 +0000
From: David Howells <dhowells@...hat.com>
To: Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
Cc: dhowells@...hat.com,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Josh Boyer <jwboyer@...il.com>, mingo@...nel.org,
haodong@...ux.vnet.ibm.com, runzhen@...ux.vnet.ibm.com,
dsahern@...il.com, tglx@...utronix.de, bp@...en8.de,
namhyung@...il.com, torvalds@...ux-foundation.org,
paulus@...ba.org, linux-arch@...r.kernel.org,
linux-kernel@...r.kernel.org, x86@...nel.org
Subject: Re: [PATCH 2/2] perf kvm: fix building perf kvm on PowerPC
Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com> wrote:
> Now, 'perf kvm stat' is only supported on x86, let its code depend
> on ARCH_X86 to fix building it on other architectures
Other parts of perf do this sort of thing:
#if defined(__x86_64__) || defined(__i386__)
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists