diff mbox

[1/9] x86: Pick up local arch trace headers

Message ID 20090925161801.3328.29677.stgit@mchn012c.ww002.siemens.net (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka Sept. 25, 2009, 4:18 p.m. UTC
This unbreaks 2.6.31 builds but also ensures that we always use the most
recent ones.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

 include/arch/x86/kvm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 120000 include/arch/x86/kvm

\ No newline at end of file

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Avi Kivity Sept. 27, 2009, 8:38 a.m. UTC | #1
On 09/25/2009 07:18 PM, Jan Kiszka wrote:
> This unbreaks 2.6.31 builds but also ensures that we always use the most
> recent ones.
>
> Signed-off-by: Jan Kiszka<jan.kiszka@siemens.com>
> ---
>
>   include/arch/x86/kvm |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>   create mode 120000 include/arch/x86/kvm
>
> diff --git a/include/arch/x86/kvm b/include/arch/x86/kvm
> new file mode 120000
> index 0000000..c635817
> --- /dev/null
> +++ b/include/arch/x86/kvm
> @@ -0,0 +1 @@
> +../../../x86
> \ No newline at end of file
>
>    

Shouldn't it be asm-x86?
Marcelo Tosatti Sept. 28, 2009, 10:14 p.m. UTC | #2
On Sun, Sep 27, 2009 at 10:38:41AM +0200, Avi Kivity wrote:
> On 09/25/2009 07:18 PM, Jan Kiszka wrote:
>> This unbreaks 2.6.31 builds but also ensures that we always use the most
>> recent ones.
>>
>> Signed-off-by: Jan Kiszka<jan.kiszka@siemens.com>
>> ---
>>
>>   include/arch/x86/kvm |    1 +
>>   1 files changed, 1 insertions(+), 0 deletions(-)
>>   create mode 120000 include/arch/x86/kvm
>>
>> diff --git a/include/arch/x86/kvm b/include/arch/x86/kvm
>> new file mode 120000
>> index 0000000..c635817
>> --- /dev/null
>> +++ b/include/arch/x86/kvm
>> @@ -0,0 +1 @@
>> +../../../x86
>> \ No newline at end of file
>>
>>    
>
> Shouldn't it be asm-x86?

No, trace.h is in x86/

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/arch/x86/kvm b/include/arch/x86/kvm
new file mode 120000
index 0000000..c635817
--- /dev/null
+++ b/include/arch/x86/kvm
@@ -0,0 +1 @@ 
+../../../x86