From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756965Ab3JNQRi (ORCPT ); Mon, 14 Oct 2013 12:17:38 -0400 Received: from relay1.sgi.com ([192.48.179.29]:56511 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932117Ab3JNQRg (ORCPT ); Mon, 14 Oct 2013 12:17:36 -0400 Date: Mon, 14 Oct 2013 11:17:34 -0500 From: Russ Anderson To: Ingo Molnar , "H. Peter Anvin" , Thomas Gleixner , linux-kernel@vger.kernel.org Cc: Russ Anderson Subject: [PATCH] x86: Update UV3 hub revision ID Message-ID: <20131014161733.GA6274@sgi.com> Reply-To: Russ Anderson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The UV3 hub revision ID is different than expected. The first revision was supposed to start at 1 but instead will start at 0. Signed-off-by: Russ Anderson --- arch/x86/kernel/apic/x2apic_uv_x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux/arch/x86/kernel/apic/x2apic_uv_x.c =================================================================== --- linux.orig/arch/x86/kernel/apic/x2apic_uv_x.c 2013-10-14 09:58:26.373016837 -0500 +++ linux/arch/x86/kernel/apic/x2apic_uv_x.c 2013-10-14 11:13:49.539994707 -0500 @@ -113,7 +113,7 @@ static int __init early_get_pnodeid(void break; case UV3_HUB_PART_NUMBER: case UV3_HUB_PART_NUMBER_X: - uv_min_hub_revision_id += UV3_HUB_REVISION_BASE - 1; + uv_min_hub_revision_id += UV3_HUB_REVISION_BASE; break; } -- Russ Anderson, OS RAS/Partitioning Project Lead SGI - Silicon Graphics Inc rja@sgi.com