Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753484Ab2JOQLu (ORCPT ); Mon, 15 Oct 2012 12:11:50 -0400 Received: from mail-qc0-f174.google.com ([209.85.216.174]:40735 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639Ab2JOQLt (ORCPT ); Mon, 15 Oct 2012 12:11:49 -0400 MIME-Version: 1.0 In-Reply-To: <1350065376-23353-2-git-send-email-fweisbec@gmail.com> References: <1350065376-23353-1-git-send-email-fweisbec@gmail.com> <1350065376-23353-2-git-send-email-fweisbec@gmail.com> From: Catalin Marinas Date: Mon, 15 Oct 2012 17:11:27 +0100 X-Google-Sender-Auth: xt4Ml6ezSznH9Vo_X7AnLgyrDuA Message-ID: Subject: Re: [RFC PATCH 1/5] irq_work: Move irq_work_raise() declaration/default definition to arch headers To: Frederic Weisbecker Cc: LKML , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Andrew Morton , Steven Rostedt Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 26 On 12 October 2012 19:09, Frederic Weisbecker wrote: > diff --git a/arch/arm/include/asm/irq_work.h b/arch/arm/include/asm/irq_work.h > new file mode 100644 > index 0000000..f1bffa2 > --- /dev/null > +++ b/arch/arm/include/asm/irq_work.h > @@ -0,0 +1 @@ > +#include > diff --git a/arch/arm64/include/asm/irq_work.h b/arch/arm64/include/asm/irq_work.h > new file mode 100644 > index 0000000..f1bffa2 > --- /dev/null > +++ b/arch/arm64/include/asm/irq_work.h > @@ -0,0 +1 @@ > +#include Just add generic-y += irq_work.h to arch/*/include/asm/Kbuild to avoid creating new files. -- Catalin -- 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/