Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752320AbdGYOR7 (ORCPT ); Tue, 25 Jul 2017 10:17:59 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:39325 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752254AbdGYOR6 (ORCPT ); Tue, 25 Jul 2017 10:17:58 -0400 Subject: Re: [PATCH 2/3] xen: split up xen_hvm_init_shared_info() To: Juergen Gross , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, x86@kernel.org References: <20170725095013.2939-1-jgross@suse.com> <20170725095013.2939-3-jgross@suse.com> Cc: hpa@zytor.com, tglx@linutronix.de, mingo@redhat.com From: Boris Ostrovsky Message-ID: Date: Tue, 25 Jul 2017 10:19:14 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170725095013.2939-3-jgross@suse.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 171 Lines: 9 On 07/25/2017 05:50 AM, Juergen Gross wrote: > > -void __ref xen_hvm_init_shared_info(void) > +void xen_hvm_init_shared_info(void) Why are you dropping __ref? -boris