On Thu, 24 Jan 2019 13:59:32 +0100 Michael Mueller <mimu@xxxxxxxxxxxxx> wrote: > Tags: inv, patch, s390 > From: Michael Mueller <mimu@xxxxxxxxxxxxx> > To: KVM Mailing List <kvm@xxxxxxxxxxxxxxx> > Cc: Linux-S390 Mailing List <linux-s390@xxxxxxxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, Martin Schwidefsky <schwidefsky@xxxxxxxxxx>, Heiko Carstens <heiko.carstens@xxxxxxxxxx>, Christian Borntraeger <borntraeger@xxxxxxxxxx>, Janosch Frank <frankja@xxxxxxxxxxxxx>, David Hildenbrand <david@xxxxxxxxxx>, Cornelia Huck <cohuck@xxxxxxxxxx>, Halil Pasic <pasic@xxxxxxxxxxxxx>, Pierre Morel <pmorel@xxxxxxxxxxxxx>, Michael Mueller <mimu@xxxxxxxxxxxxx> > Subject: [PATCH v6 06/13] KVM: s390: remove kvm_s390_ from gisa static inline functions > Date: Thu, 24 Jan 2019 13:59:32 +0100 > X-Mailer: git-send-email 2.13.4 > > This will shorten the length of code lines. All GISA related > static inline functions are local to interrupt.c. > > Signed-off-by: Michael Mueller <mimu@xxxxxxxxxxxxx> Reviewed-by: Halil Pasic <pasic@xxxxxxxxxxxxx>