From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757160Ab3BFLNm (ORCPT ); Wed, 6 Feb 2013 06:13:42 -0500 Received: from mail-ea0-f171.google.com ([209.85.215.171]:35935 "EHLO mail-ea0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751891Ab3BFLNj (ORCPT ); Wed, 6 Feb 2013 06:13:39 -0500 Date: Wed, 6 Feb 2013 12:13:33 +0100 From: Ingo Molnar To: Mike Travis Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Andrew Morton , x86@kernel.org, linux-kernel@vger.kernel.org, Russ Anderson , Alexander Gordeev , Suresh Siddha , "Michael S. Tsirkin" , Steffen Persvold Subject: Re: [PATCH 4/7] x86, UV: UV3 Update x2apic Support Message-ID: <20130206111333.GA8696@gmail.com> References: <20130205222648.204965172@gulag1.americas.sgi.com> <20130205222648.802078160@gulag1.americas.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130205222648.802078160@gulag1.americas.sgi.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mike Travis wrote: > This patch add support for the SGI UV3 hub to the > common x2apic functions. > > Signed-off-by: Mike Travis > Acked-by: Russ Anderson > Reviewed-by: Dimitri Sivanich > Cc: Alexander Gordeev > Cc: Suresh Siddha > Cc: Michael S. Tsirkin > Cc: Steffen Persvold > --- > arch/x86/kernel/apic/x2apic_uv_x.c | 206 ++++++++++++++++++++++++++++++------- > 1 file changed, 171 insertions(+), 35 deletions(-) Given the size of the patch it would be nice to give a bit more verbose description about the nature of the changes - what evolved in the new HW and how does that impact the existing code? Thanks, Ingo