[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1242056394.29990.94.camel@zakaz.uk.xensource.com>
Date: Mon, 11 May 2009 16:39:54 +0100
From: Ian Campbell <Ian.Campbell@...citrix.com>
To: Ingo Molnar <mingo@...e.hu>
CC: "mingo@...hat.com" <mingo@...hat.com>,
"hpa@...or.com" <hpa@...or.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Jeremy Fitzhardinge <Jeremy.Fitzhardinge@...rix.com>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"xen-devel@...ts.xensource.com" <xen-devel@...ts.xensource.com>,
"linux-tip-commits@...r.kernel.org"
<linux-tip-commits@...r.kernel.org>
Subject: Re: [tip:x86/xen] x86: use flush_tlb_others to implement
flush_tlb_all, fix
On Mon, 2009-05-11 at 11:11 -0400, Ingo Molnar wrote:
> * Ian Campbell <Ian.Campbell@...citrix.com> wrote:
>
> > --- a/arch/x86/kernel/setup.c
> > +++ b/arch/x86/kernel/setup.c
> > @@ -985,6 +985,8 @@ void __init setup_arch(char **cmdline_p)
> >
> > e820_setup_gap();
> >
> > + init_smp_flush();
> > +
>
> please test patches better:
>
> arch/x86/kernel/setup.c:1006: error: implicit declaration of function ‘init_smp_flush’
Doesn't happen in my environment:
+ make O=../linux-2.6-build-dom0-x86_32p-xen0 ARCH=x86 arch/x86/kernel/setup.o
Using /local/scratch/ianc/devel/kernels/linux-2.6 as source for kernel
GEN /local/scratch/ianc/devel/kernels/linux-2.6-build-dom0-x86_32p-xen0/Makefile
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL /local/scratch/ianc/devel/kernels/linux-2.6/scripts/checksyscalls.sh
CC arch/x86/kernel/setup.o
This was on f6271becbae641903a9f703b7b75cccb202df82a which is latest
tip/master. I guess either you have unpushed changes or it is config
specific.
in any case I would guess that the fix is:
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -87,6 +87,7 @@
#include <asm/cacheflush.h>
#include <asm/processor.h>
#include <asm/bugs.h>
+#include <asm/tlbflush.h>
#include <asm/system.h>
#include <asm/vsyscall.h>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists