From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762887AbbA3Rtl (ORCPT ); Fri, 30 Jan 2015 12:49:41 -0500 Received: from shelob.surriel.com ([74.92.59.67]:45732 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750955AbbA3Rtj (ORCPT ); Fri, 30 Jan 2015 12:49:39 -0500 From: riel@redhat.com To: oleg@redhat.com Cc: dave.hansen@linux.intel.com, sbsiddha@gmail.com, luto@amacapital.net, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, fenghua.yu@intel.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] cleanups to the disable lazy fpu restore code Date: Fri, 30 Jan 2015 12:49:27 -0500 Message-Id: <1422640170-20020-1-git-send-email-riel@redhat.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <20150129210723.GA31584@redhat.com> References: <20150129210723.GA31584@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These go on top of Oleg's patches from yesterday. The mechanism to disable lazy FPU restore is inscrutible in several places, and dubious at best in one. These patches make things explicit.