From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] miscellaneous cleanup Date: Wed, 16 Jan 2013 15:46:25 +0000 Message-ID: References: <50F6D7D902000078000B665C@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50F6D7D902000078000B665C@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On 16/01/2013 15:39, "Jan Beulich" wrote: > ... noticed while putting together the 16Tb support patches for x86. > > Briefly, this (in order of the changes below) > - fixes an inefficiency in x86's context switch code (translations to/ > from struct page are more involved than to/from MFNs) > - drop unnecessary MFM-to-page conversions > - drop a redundant call to destroy_xen_mappings() (an indentical call > is being made a few lines up) > - simplify a VA-to-MFN translation > - drop dead code (several occurrences) > - add a missing __init annotation > > Signed-off-by: Jan Beulich Acked-by: Keir Fraser