Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756206AbdHYLOQ (ORCPT ); Fri, 25 Aug 2017 07:14:16 -0400 Received: from mx2.suse.de ([195.135.220.15]:44755 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754727AbdHYLOP (ORCPT ); Fri, 25 Aug 2017 07:14:15 -0400 Subject: Re: [patch 20/41] x86: Replace access to desc_struct:a/b fields To: Thomas Gleixner , LKML Cc: Ingo Molnar , Peter Anvin , Peter Zijlstra , Andy Lutomirski , Borislav Petkov , Steven Rostedt , Boris Ostrovsky References: <20170825103103.287814238@linutronix.de> <20170825104414.553007376@linutronix.de> From: Juergen Gross Message-ID: <65cb4386-c044-698b-2c49-3b9af6d765cd@suse.com> Date: Fri, 25 Aug 2017 13:14:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170825104414.553007376@linutronix.de> Content-Type: text/plain; charset=iso-8859-15 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 442 Lines: 14 On 25/08/17 12:31, 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: Juergen Gross Juergen