From mboxrd@z Thu Jan 1 00:00:00 1970 From: Halil Pasic Subject: Re: [PATCH v6 06/13] KVM: s390: remove kvm_s390_ from gisa static inline functions Date: Mon, 28 Jan 2019 16:04:06 +0100 Message-ID: <20190128160406.38d21416@oc2783563651> References: <20190124125939.130763-1-mimu@linux.ibm.com> <20190124125939.130763-7-mimu@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190124125939.130763-7-mimu@linux.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Michael Mueller Cc: KVM Mailing List , Linux-S390 Mailing List , linux-kernel@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , Christian Borntraeger , Janosch Frank , David Hildenbrand , Cornelia Huck , Pierre Morel List-ID: On Thu, 24 Jan 2019 13:59:32 +0100 Michael Mueller wrote: > This will shorten the length of code lines. All GISA related > static inline functions are local to interrupt.c. > > Signed-off-by: Michael Mueller Reviewed-by: Halil Pasic [..]