From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH] slub: prefetch next freelist pointer in slab_alloc() Date: Thu, 9 Feb 2012 21:00:22 +0100 Message-ID: References: <1324049134.25554.29.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:63443 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757427Ab2BIUAX convert rfc822-to-8bit (ORCPT ); Thu, 9 Feb 2012 15:00:23 -0500 In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Christoph Lameter Cc: Pekka Enberg , Eric Dumazet , linux-kernel , David Rientjes , "Alex,Shi" , Shaohua Li , Matt Mackall , Linux-Next On Mon, Jan 30, 2012 at 22:53, Christoph Lameter wrote: > On Mon, 30 Jan 2012, Geert Uytterhoeven wrote: >> m68k/allmodconfig at http://kisskb.ellerman.id.au/kisskb/buildresult= /5527349/ >> >> mm/slub.c:274: error: implicit declaration of function 'prefetch' >> >> Sorry, didn't notice it earlier due to other build breakage in -next= =2E > > Does this fix it? Yep. Thx! > Subject: slub: include include for prefetch > > Otherwise m68k breaks. > > Reported-by: Geert Uytterhoeven > Signed-off-by: Christoph Lameter Acked-by: Geert Uytterhoeven > --- > =C2=A0mm/slub.c | =C2=A0 =C2=A01 + > =C2=A01 file changed, 1 insertion(+) > > Index: linux-2.6/mm/slub.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- linux-2.6.orig/mm/slub.c =C2=A0 =C2=A02012-01-13 10:04:06.0000000= 00 -0600 > +++ linux-2.6/mm/slub.c 2012-01-30 15:51:55.000000000 -0600 > @@ -29,6 +29,7 @@ > =C2=A0#include > =C2=A0#include > =C2=A0#include > +#include > > =C2=A0#include Gr{oetje,eeting}s, =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-= m68k.org In personal conversations with technical people, I call myself a hacker= =2E But when I'm talking to journalists I just say "programmer" or something li= ke that. =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0=C2=A0 =C2=A0=C2=A0 -- Linus Torvalds