Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752601Ab3FQTB4 (ORCPT ); Mon, 17 Jun 2013 15:01:56 -0400 Received: from mail-pb0-f43.google.com ([209.85.160.43]:61228 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096Ab3FQTBz (ORCPT ); Mon, 17 Jun 2013 15:01:55 -0400 MIME-Version: 1.0 In-Reply-To: <1371483967-22527-1-git-send-email-ddaney.cavm@gmail.com> References: <1371413189-2568-3-git-send-email-ddaney.cavm@gmail.com> <1371483967-22527-1-git-send-email-ddaney.cavm@gmail.com> Date: Mon, 17 Jun 2013 21:01:54 +0200 X-Google-Sender-Auth: OxHr3Ci3byRJ6Ut8Clem3KnqyiI Message-ID: Subject: Re: [PATCH v2] mn10300: Fix include dependency in irqflags.h et al. From: Geert Uytterhoeven To: David Daney Cc: Linus Torvalds , "linux-kernel@vger.kernel.org" , Tony Luck , Fenghua Yu , "linux-ia64@vger.kernel.org" , David Howells , Koichi Yasutake , linux-am33-list@redhat.com, David Daney , David Daney Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1170 Lines: 31 On Mon, Jun 17, 2013 at 5:46 PM, wrote: > We need to pick up the definition of raw_smp_processor_id() from > asm/smp.h. For the !SMP case, we need to supply a definition of > raw_smp_processor_id(). > > Because of the include dependencies we cannot use smp_call_func_t in > asm/smp.h, but we do need linux/thread_info.h > > Signed-off-by: David Daney Acked-by: Geert Uytterhoeven > Changes from v1: Remove redundant #ifndef __ASSEMBLY__, fix SMP case. Many thanks, now both mn10300 defconfigs build fine. 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/