From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933351AbcJQLSO (ORCPT ); Mon, 17 Oct 2016 07:18:14 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:34909 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932657AbcJQLRf (ORCPT ); Mon, 17 Oct 2016 07:17:35 -0400 MIME-Version: 1.0 In-Reply-To: References: <20161017065131.GA27863@angband.pl> <20161017175951.31d8f4b7@roar.ozlabs.ibm.com> <20161017100130.GA16013@angband.pl> From: Geert Uytterhoeven Date: Mon, 17 Oct 2016 13:17:33 +0200 X-Google-Sender-Auth: 11y8PF1MfGnh4A0RvubN2wDkPBk Message-ID: Subject: Re: [GIT PULL] kbuild changes for v4.9-rc1 To: Alexey Dobriyan Cc: Adam Borowski , Nicholas Piggin , Omar Sandoval , Michal Marek , Linus Torvalds , Stephen Rothwell , Al Viro , linux-kbuild , Linux Kernel , Linux-Arch Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alexey, On Mon, Oct 17, 2016 at 1:12 PM, Alexey Dobriyan wrote: > On Mon, Oct 17, 2016 at 1:01 PM, Adam Borowski wrote: >> On Mon, Oct 17, 2016 at 05:59:51PM +1100, Nicholas Piggin wrote: >>> On Mon, 17 Oct 2016 08:51:31 +0200 >>> Adam Borowski wrote: > >> --- /dev/null >> +++ b/include/asm-generic/asm-prototypes.h >> @@ -0,0 +1,7 @@ >> +#include >> +extern void *__memset(void *, int, __kernel_size_t); >> +extern void *__memcpy(void *, const void *, __kernel_size_t); >> +extern void *__memmove(void *, const void *, __kernel_size_t); >> +extern void *memset(void *, int, __kernel_size_t); >> +extern void *memcpy(void *, const void *, __kernel_size_t); >> +extern void *memmove(void *, const void *, __kernel_size_t); > > Before too late, those extern keywords aren't needed and > only slowdown compilation. Do you have any profiling data backing this? 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