* [PATCH 0/3] Fix Xen cpu hotplug build
@ 2008-09-03 13:29 Alex Nixon
2008-09-05 15:45 ` Ingo Molnar
0 siblings, 1 reply; 3+ messages in thread
From: Alex Nixon @ 2008-09-03 13:29 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Jeremy Fitzhardinge, Ingo Molnar
This patch series contains various build fixes against the Xen cpu hotplug series currently in tip/x86/xen
Diff stats:
arch/x86/kernel/cpu/common.c | 7 -------
arch/x86/kernel/process_32.c | 7 +++++++
arch/x86/kernel/process_64.c | 7 +++++++
arch/x86/kernel/tlb_32.c | 8 ++++++++
drivers/xen/Makefile | 3 ++-
drivers/xen/cpu_hotplug.c | 2 +-
include/asm-x86/smp.h | 9 ---------
include/asm-x86/tlbflush.h | 10 ++++++++++
8 files changed, 35 insertions(+), 18 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/3] Fix Xen cpu hotplug build
2008-09-03 13:29 [PATCH 0/3] Fix Xen cpu hotplug build Alex Nixon
@ 2008-09-05 15:45 ` Ingo Molnar
2008-09-05 16:53 ` Ingo Molnar
0 siblings, 1 reply; 3+ messages in thread
From: Ingo Molnar @ 2008-09-05 15:45 UTC (permalink / raw)
To: Alex Nixon; +Cc: Linux Kernel Mailing List, Jeremy Fitzhardinge
* Alex Nixon <alex.nixon@citrix.com> wrote:
> This patch series contains various build fixes against the Xen cpu hotplug series currently in tip/x86/xen
>
> Diff stats:
>
> arch/x86/kernel/cpu/common.c | 7 -------
> arch/x86/kernel/process_32.c | 7 +++++++
> arch/x86/kernel/process_64.c | 7 +++++++
> arch/x86/kernel/tlb_32.c | 8 ++++++++
> drivers/xen/Makefile | 3 ++-
> drivers/xen/cpu_hotplug.c | 2 +-
> include/asm-x86/smp.h | 9 ---------
> include/asm-x86/tlbflush.h | 10 ++++++++++
> 8 files changed, 35 insertions(+), 18 deletions(-)
applied to tip/x86/xen, thanks Alex!
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 0/3] Fix Xen cpu hotplug build
2008-09-05 15:45 ` Ingo Molnar
@ 2008-09-05 16:53 ` Ingo Molnar
0 siblings, 0 replies; 3+ messages in thread
From: Ingo Molnar @ 2008-09-05 16:53 UTC (permalink / raw)
To: Alex Nixon; +Cc: Linux Kernel Mailing List, Jeremy Fitzhardinge
* Ingo Molnar <mingo@elte.hu> wrote:
>
> * Alex Nixon <alex.nixon@citrix.com> wrote:
>
> > This patch series contains various build fixes against the Xen cpu hotplug series currently in tip/x86/xen
> >
> > Diff stats:
> >
> > arch/x86/kernel/cpu/common.c | 7 -------
> > arch/x86/kernel/process_32.c | 7 +++++++
> > arch/x86/kernel/process_64.c | 7 +++++++
> > arch/x86/kernel/tlb_32.c | 8 ++++++++
> > drivers/xen/Makefile | 3 ++-
> > drivers/xen/cpu_hotplug.c | 2 +-
> > include/asm-x86/smp.h | 9 ---------
> > include/asm-x86/tlbflush.h | 10 ++++++++++
> > 8 files changed, 35 insertions(+), 18 deletions(-)
>
> applied to tip/x86/xen, thanks Alex!
fails to build with this config:
http://redhat.com/~mingo/misc/config-Fri_Sep__5_18_51_13_CEST_2008.bad
arch/x86/xen/built-in.o: In function `xen_play_dead':
(.text+0x576a): undefined reference to `play_dead_common'
arch/x86/xen/built-in.o: In function `xen_cpu_disable':
(.text+0x57b1): undefined reference to `cpu_disable_common'
Ingo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-09-05 16:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-03 13:29 [PATCH 0/3] Fix Xen cpu hotplug build Alex Nixon
2008-09-05 15:45 ` Ingo Molnar
2008-09-05 16:53 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).