Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754194AbdHZCSB (ORCPT ); Fri, 25 Aug 2017 22:18:01 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:35662 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751411AbdHZCSA (ORCPT ); Fri, 25 Aug 2017 22:18:00 -0400 Subject: Re: [patch V2 25/44] x86: Replace access to desc_struct:a/b fields To: Thomas Gleixner , LKML References: <20170825214648.264521964@linutronix.de> <20170825214942.198037129@linutronix.de> Cc: Ingo Molnar , Peter Anvin , Peter Zijlstra , Andy Lutomirski , Borislav Petkov , Steven Rostedt , Juergen Gross From: Boris Ostrovsky Message-ID: <3050921d-480d-271e-dd2c-16d627f04e7d@oracle.com> Date: Fri, 25 Aug 2017 22:16:29 -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: <20170825214942.198037129@linutronix.de> Content-Type: text/plain; charset=iso-8859-15 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: 449 Lines: 11 On 08/25/2017 05:47 PM, Thomas Gleixner wrote: > The union inside of desc_struct which allows access to the raw u32 parts of > the descriptors. This raw access part is about to go away. > > Replace the few code parts which access those fields. > > Signed-off-by: Thomas Gleixner > Cc: Boris Ostrovsky > Cc: Juergen Gross Reviewed-by: Boris Ostrovsky