* [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h
@ 2008-10-30 18:33 Mike Travis
2008-10-30 18:39 ` Ingo Molnar
0 siblings, 1 reply; 3+ messages in thread
From: Mike Travis @ 2008-10-30 18:33 UTC (permalink / raw)
To: Stephen Rothwell, Ingo Molnar; +Cc: Jack Steiner, LKML
Subject: SGI x86 UV: Fix compile error in uv_hub.h
Fix compile errors of files that include asm/uv/uv_hub.h but do
not include linux/timer.h.
Based on linux-next.
Signed-of-by: Mike Travis <travis@sgi.com>
---
arch/x86/include/asm/uv/uv_hub.h | 1 +
1 file changed, 1 insertion(+)
--- linux-2.6-next.orig/arch/x86/include/asm/uv/uv_hub.h
+++ linux-2.6-next/arch/x86/include/asm/uv/uv_hub.h
@@ -13,6 +13,7 @@
#include <linux/numa.h>
#include <linux/percpu.h>
+#include <linux/timer.h>
#include <asm/types.h>
#include <asm/percpu.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h
2008-10-30 18:33 [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h Mike Travis
@ 2008-10-30 18:39 ` Ingo Molnar
2008-10-30 20:02 ` Mike Travis
0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2008-10-30 18:39 UTC (permalink / raw)
To: Mike Travis; +Cc: Stephen Rothwell, Jack Steiner, LKML
* Mike Travis <travis@sgi.com> wrote:
> Subject: SGI x86 UV: Fix compile error in uv_hub.h
>
> Fix compile errors of files that include asm/uv/uv_hub.h but do
> not include linux/timer.h.
>
> Based on linux-next.
>
> Signed-of-by: Mike Travis <travis@sgi.com>
> ---
> arch/x86/include/asm/uv/uv_hub.h | 1 +
> 1 file changed, 1 insertion(+)
does not affect mainline currently, correct? Nevertheless i queued it
up in x86/urgent as it's an obviously correct dependency fix.
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h
2008-10-30 18:39 ` Ingo Molnar
@ 2008-10-30 20:02 ` Mike Travis
0 siblings, 0 replies; 3+ messages in thread
From: Mike Travis @ 2008-10-30 20:02 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Stephen Rothwell, Jack Steiner, LKML
Ingo Molnar wrote:
> * Mike Travis <travis@sgi.com> wrote:
>
>> Subject: SGI x86 UV: Fix compile error in uv_hub.h
>>
>> Fix compile errors of files that include asm/uv/uv_hub.h but do
>> not include linux/timer.h.
>>
>> Based on linux-next.
>>
>> Signed-of-by: Mike Travis <travis@sgi.com>
>> ---
>> arch/x86/include/asm/uv/uv_hub.h | 1 +
>> 1 file changed, 1 insertion(+)
>
> does not affect mainline currently, correct? Nevertheless i queued it
> up in x86/urgent as it's an obviously correct dependency fix.
>
> Ingo
The error popped up on linux-next this morning (in our daily build.)
I'm not sure how it got in there, I think a quilt refresh did it (the
original file had the include so it didn't see the difference when
writing the patch file.)
Thanks,
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-10-30 20:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 18:33 [PATCH 1/1]: SGI x86 UV: Fix compile error in uv_hub.h Mike Travis
2008-10-30 18:39 ` Ingo Molnar
2008-10-30 20:02 ` Mike Travis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox