From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753917Ab0IDGsm (ORCPT ); Sat, 4 Sep 2010 02:48:42 -0400 Received: from freeflow.nu ([178.79.134.28]:55406 "EHLO freeflow.nu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752675Ab0IDGsl (ORCPT ); Sat, 4 Sep 2010 02:48:41 -0400 Message-ID: <4C81EBB9.9060501@kernel.org> Date: Sat, 04 Sep 2010 09:48:25 +0300 From: Pekka Enberg User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Brian Gerst CC: hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/12] x86-64: Simplify constraints for fxsave/fxtstor References: <1283563039-3466-1-git-send-email-brgerst@gmail.com> <1283563039-3466-8-git-send-email-brgerst@gmail.com> In-Reply-To: <1283563039-3466-8-git-send-email-brgerst@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 4.9.2010 4.17, Brian Gerst wrote: > Use the "R" constraint (legacy register) instead of listing all the > possible registers. Clean up the comments as well. > > Signed-off-by: Brian Gerst Acked-by: Pekka Enberg