lkml.org 
[lkml]   [2012]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [GIT PULL] UAPI: perf fixes
From
On Tue, Nov 13, 2012 at 10:24 AM, David Howells <dhowells@redhat.com> wrote:
> Josh Boyer <jwboyer@gmail.com> wrote:
>
>> This patch seems to break building perf on ppc64. It fails with:
>>
>> + make -j16 -C tools/perf -s V=1 WERROR=0 HAVE_CPLUS_DEMANGLE=1 prefix=/usr all
>>
>> <snip>
>>
>> builtin-kvm.c:25:21: fatal error: asm/svm.h: No such file or directory
>
> tools/perf/builtin-kvm.c became x86-only with the following commit:
>
> commit bcf6edcd6fdb8965290f0b635a530fa3c6c212e1
> Author: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
> Date: Mon Sep 17 16:31:15 2012 +0800
> Subject: perf kvm: Events analysis tool
>
> when it added:
>
> +#include "../../arch/x86/include/asm/svm.h"
> +#include "../../arch/x86/include/asm/vmx.h"
> +#include "../../arch/x86/include/asm/kvm.h"
>
> and my changing these to <asm/foo.h> doesn't matter because of this in the
> same file:
>
> +struct exit_reasons_table vmx_exit_reasons[] = {
> + VMX_EXIT_REASONS
> +};
> +
> +struct exit_reasons_table svm_exit_reasons[] = {
> + SVM_EXIT_REASONS
> +};
>
> which use macros only x86 defines.

Ah. You are quite right. So your patches actually fix the unistd.h
error we were seeing early and just got us far enough to hit this other
unrelated problem. My mistake.

> Should the exported parts of these files be moved to asm-generic?

Good question.

josh


\
 
 \ /
  Last update: 2012-11-13 17:21    [W:0.076 / U:4.968 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site