From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757732Ab2BIUAZ (ORCPT ); Thu, 9 Feb 2012 15:00:25 -0500 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 MIME-Version: 1.0 In-Reply-To: References: <1324049134.25554.29.camel@edumazet-HP-Compaq-6005-Pro-SFF-PC> Date: Thu, 9 Feb 2012 21:00:22 +0100 X-Google-Sender-Auth: Utgp70UizIshyB2pH7bDRmJ_aqs Message-ID: Subject: Re: [PATCH] slub: prefetch next freelist pointer in slab_alloc() From: Geert Uytterhoeven To: Christoph Lameter Cc: Pekka Enberg , Eric Dumazet , linux-kernel , David Rientjes , "Alex,Shi" , Shaohua Li , Matt Mackall , Linux-Next Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. > > 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 > --- >  mm/slub.c |    1 + >  1 file changed, 1 insertion(+) > > Index: linux-2.6/mm/slub.c > =================================================================== > --- linux-2.6.orig/mm/slub.c    2012-01-13 10:04:06.000000000 -0600 > +++ linux-2.6/mm/slub.c 2012-01-30 15:51:55.000000000 -0600 > @@ -29,6 +29,7 @@ >  #include >  #include >  #include > +#include > >  #include Gr{oetje,eeting}s,                         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. But when I'm talking to journalists I just say "programmer" or something like that.                                 -- Linus Torvalds