Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753774AbbLKU7u (ORCPT ); Fri, 11 Dec 2015 15:59:50 -0500 Received: from relay1.sgi.com ([192.48.180.66]:56239 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbbLKU7s (ORCPT ); Fri, 11 Dec 2015 15:59:48 -0500 From: Alex Thorlton To: linux-kernel@vger.kernel.org Cc: Alex Thorlton , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Matt Fleming , Dimitri Sivanich , Hedi Berriche , Mike Travis , Len Brown , linux-efi@vger.kernel.org Subject: [PATCHv2] Remove EFI memmap quirk for UV Date: Fri, 11 Dec 2015 14:59:44 -0600 Message-Id: <1449867585-189233-1-git-send-email-athorlton@sgi.com> X-Mailer: git-send-email 1.8.5.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 35 Hey guys, This is my second shot at a patch to remove this quirk. This version uses dmi_check_system to determine if we're on a UV that still needs the quirk, to avoid issues on older hardware. Let me know what everyone thinks! Signed-off-by: Alex Thorlton Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x86@kernel.org Cc: Matt Fleming Cc: Dimitri Sivanich Cc: Hedi Berriche Cc: Mike Travis Cc: Len Brown Cc: linux-efi@vger.kernel.org Alex Thorlton (1): Remove EFI memmap quirk for UV2+ arch/x86/kernel/apic/x2apic_uv_x.c | 5 ++++- arch/x86/platform/efi/quirks.c | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) -- 1.8.5.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/