Xiao Guangrong <xiaoguangrong@xxxxxxxxxxxxxxxxxx> 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-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html