Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757121AbdLTXgp (ORCPT ); Wed, 20 Dec 2017 18:36:45 -0500 Received: from relay3.sgi.com ([192.48.152.1]:57279 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756606AbdLTXgF (ORCPT ); Wed, 20 Dec 2017 18:36:05 -0500 X-Greylist: delayed 475 seconds by postgrey-1.27 at vger.kernel.org; Wed, 20 Dec 2017 18:36:05 EST From: Mike Travis To: Ingo Molnar Cc: Russ Anderson , Dimitri Sivanich , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , x86@kernel.org, linux-kernel@vger.kernel.org, Mike Travis , Andrew Banman Subject: [PATCH 0/7] x86/platform/UV: UV Fix patches for Intel processors Date: Wed, 20 Dec 2017 17:27:19 -0600 Message-Id: <1513812446-260956-1-git-send-email-travis@sgi.com> X-Mailer: git-send-email 1.8.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 447 Lines: 13 This patchset handles the fixes made to the UV4 HUB for upcoming Intel processors as there are some interface changes. * Update uv_mmrs.h to prep for fixed defines for UV4A. * Updates to handle UV4 vs. UV4A (fixed) arches. * Updates to handle UV4 GAM (global addressable memory) MMRs fixes. * Updates to handle UV4 BAU (broadcast assist unit) MMRs fixes. * Turn on UV4A_IS_SUPPORTED to enable code and header file fixes.