Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751769AbdFGKf4 (ORCPT ); Wed, 7 Jun 2017 06:35:56 -0400 Received: from smtp.eu.citrix.com ([185.25.65.24]:63264 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751502AbdFGKfz (ORCPT ); Wed, 7 Jun 2017 06:35:55 -0400 X-IronPort-AV: E=Sophos;i="5.39,310,1493683200"; d="scan'208";a="47344320" Subject: Re: [PATCH V2] xen-evtchn: Bind dyn evtchn:qemu-dm interrupt to next online VCPU To: Boris Ostrovsky , kbuild test robot CC: , , , References: <201706070319.CRj1QpwQ%fengguang.wu@intel.com> <93dcbf7c-85d3-daca-4c8f-595d7088fa9e@oracle.com> From: Anoob Soman Message-ID: Date: Wed, 7 Jun 2017 11:34:51 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <93dcbf7c-85d3-daca-4c8f-595d7088fa9e@oracle.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-ClientProxiedBy: FTLPEX02CAS04.citrite.net (10.13.99.237) To AMSPEX02CL02.citrite.net (10.69.22.126) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 271 Lines: 10 On 06/06/17 21:58, Boris Ostrovsky wrote: > > Oh well, so much for my request to move it. So you are going to make it > global to the file. Sorry about build breakage. I will move DEFINE_PER_CPU(bind_last_selected_cpu) above evtchn_bind_interdom_next_vcpu(). -Anoob.