From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754349AbcJNMQg (ORCPT ); Fri, 14 Oct 2016 08:16:36 -0400 Received: from shelob.surriel.com ([74.92.59.67]:53574 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751582AbcJNMQ3 (ORCPT ); Fri, 14 Oct 2016 08:16:29 -0400 From: riel@redhat.com To: linux-kernel@vger.kernel.org Cc: hpa@zytor.com, mingo@kernel.org, bp@alien8.de, dave.hansen@linux.intel.com, luto@kernel.org, oleg@redhat.comm Subject: [PATCH 0/2] x86/fpu: two more FPU cleanups Date: Fri, 14 Oct 2016 08:15:29 -0400 Message-Id: <1476447331-21566-1-git-send-email-riel@redhat.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Two more small cleanups to the x86 FPU code, before I re-do the functional FPU context switching changes I have been working on. Neither of these should result in any noticeable differences, besides for slightly fewer lines of code and updated comments :)