Xiao Guangrong <xiaoguangr...@linux.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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to