From patchwork Tue Aug 5 16:11:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthew Minter X-Patchwork-Id: 4680451 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AE13C9F373 for ; Tue, 5 Aug 2014 16:12:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B80BE201D3 for ; Tue, 5 Aug 2014 16:12:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E4AB62017D for ; Tue, 5 Aug 2014 16:12:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754797AbaHEQMW (ORCPT ); Tue, 5 Aug 2014 12:12:22 -0400 Received: from mail-we0-f181.google.com ([74.125.82.181]:43386 "EHLO mail-we0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754005AbaHEQMO (ORCPT ); Tue, 5 Aug 2014 12:12:14 -0400 Received: by mail-we0-f181.google.com with SMTP id k48so1302945wev.12 for ; Tue, 05 Aug 2014 09:12:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=myport.ac.uk; s=google-20130730; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=x2McdU4NmZA2N/mc6x7XtJItONxVQr3l/ZD3VHaLkNQ=; b=hy9XQ9Irqn1QxKfcG2P8IhHpLOkDposDVzsJdHdg+JN+PSEl3bzHgzNmTpTX8FOOP6 FhQMteRP1FiSeSy8xFhoWrn6StVQ+D8Ud0Wbw3T5mawQ40e6hNaymKqJkOf806aiXlvB gXWs7N78oB8ul05ew2+ryw8l6YnOBUTsLLWjI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=x2McdU4NmZA2N/mc6x7XtJItONxVQr3l/ZD3VHaLkNQ=; b=baCb0O6bNeR86A7lwhXPALozEc3r32bPyqo37k0b5QMRccUlteRX7zZGv28V5B/CKh imP/DEmpT4GHSdVjZ0mLzcYHuMBENGKzKTm4AjgzA0ZYpzE21ycKm0XDf9b6hvPLU4wo Gz5BjkaUoXPXJsfcNAamgtpyt5H+NWTxJOvzydUxmVMLGDYjerZwfBgRm9EBcKiUUBPC QecIy1mgVt9aPjTk3iVMdGkz72SjslDKB0caDlCkdPTVawgBq+bkyHXzWJICYWiTe+LO wwJM2tG4AQ7N9H4AlDwxW2z+i/hs6EzrN5Eat3AI2REDAM+rZJ30zrnP+z7u2Rv/qoNo GF+g== X-Gm-Message-State: ALoCoQkbk/6y07NA5skVnyHi4bCMMZoOsygvOhrk8iVJgiOPv86FN5Qg7fcD4XZFnSPxikBR14Cu X-Received: by 10.194.3.51 with SMTP id 19mr7217693wjz.93.1407255133583; Tue, 05 Aug 2014 09:12:13 -0700 (PDT) Received: from localhost.xy01.xyratex.com (xyratex195.xyratex.com. [194.131.166.195]) by mx.google.com with ESMTPSA id e3sm5169369wjp.4.2014.08.05.09.12.12 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 05 Aug 2014 09:12:13 -0700 (PDT) From: matthew_minter@xyratex.com To: bhelgaas@google.com, linux-pci@vger.kernel.org Cc: matthew_minter Subject: [PATCH 21/22] Fixes so non PCI x86 systems should work Date: Tue, 5 Aug 2014 17:11:22 +0100 Message-Id: <1407255083-9356-22-git-send-email-matthew_minter@xyratex.com> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1407255083-9356-1-git-send-email-matthew_minter@xyratex.com> References: <1407255083-9356-1-git-send-email-matthew_minter@xyratex.com> Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: matthew_minter --- arch/x86/include/asm/pci_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/pci_x86.h b/arch/x86/include/asm/pci_x86.h index 436b9e5..16fd8e9 100644 --- a/arch/x86/include/asm/pci_x86.h +++ b/arch/x86/include/asm/pci_x86.h @@ -205,5 +205,5 @@ static inline void mmio_config_writel(void __iomem *pos, u32 val) #else # define x86_default_pci_init NULL # define x86_default_pci_init_irq NULL -# define x86_default_pci_fixup_irqs NULL +# define x86_default_pci_fixup_irq NULL #endif