From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633AbbKIKFq (ORCPT ); Mon, 9 Nov 2015 05:05:46 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:17816 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750806AbbKIKFn (ORCPT ); Mon, 9 Nov 2015 05:05:43 -0500 Subject: Re: [PATCH 06/14] genirq: Add struct ipi_mapping and its helper functions To: Thomas Gleixner References: <1446549181-31788-1-git-send-email-qais.yousef@imgtec.com> <1446549181-31788-7-git-send-email-qais.yousef@imgtec.com> CC: , , , , , From: Qais Yousef Message-ID: <56406FF5.6030904@imgtec.com> Date: Mon, 9 Nov 2015 10:05:41 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.94] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/07/2015 12:09 PM, Thomas Gleixner wrote: > On Tue, 3 Nov 2015, Qais Yousef wrote: > >> struct ipi_mapping will provide a mechanism for irqchip code to fill out the >> mapping at reservation and to look it up when sending. > I'm fine with the code, but can you please move it to w new file, > i.e. kernel/irq/ipi.c and make the compilation depend on GENERIC_IPI? I originally had ipi.c then removed it. I'll move all functionality there. Thanks, Qais From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailapp01.imgtec.com ([195.59.15.196]:7655 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27013035AbbKIKFsLzuEP (ORCPT ); Mon, 9 Nov 2015 11:05:48 +0100 Subject: Re: [PATCH 06/14] genirq: Add struct ipi_mapping and its helper functions References: <1446549181-31788-1-git-send-email-qais.yousef@imgtec.com> <1446549181-31788-7-git-send-email-qais.yousef@imgtec.com> From: Qais Yousef Message-ID: <56406FF5.6030904@imgtec.com> Date: Mon, 9 Nov 2015 10:05:41 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-Path: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, jason@lakedaemon.net, marc.zyngier@arm.com, jiang.liu@linux.intel.com, ralf@linux-mips.org, linux-mips@linux-mips.org Message-ID: <20151109100541.rjXJYNp3QFocB48tv2TPeAuGdh2XcUKXRLlTnrYqZdk@z> On 11/07/2015 12:09 PM, Thomas Gleixner wrote: > On Tue, 3 Nov 2015, Qais Yousef wrote: > >> struct ipi_mapping will provide a mechanism for irqchip code to fill out the >> mapping at reservation and to look it up when sending. > I'm fine with the code, but can you please move it to w new file, > i.e. kernel/irq/ipi.c and make the compilation depend on GENERIC_IPI? I originally had ipi.c then removed it. I'll move all functionality there. Thanks, Qais