From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761747AbYDSOSd (ORCPT ); Sat, 19 Apr 2008 10:18:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756054AbYDSOS0 (ORCPT ); Sat, 19 Apr 2008 10:18:26 -0400 Received: from sj-iport-6.cisco.com ([171.71.176.117]:29695 "EHLO sj-iport-6.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755750AbYDSOSZ (ORCPT ); Sat, 19 Apr 2008 10:18:25 -0400 From: Roland Dreier To: Ingo Molnar Cc: Ralph Campbell , Dave Olson , akpm@linux-foundation.org, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, general@lists.openfabrics.org Subject: Re: [ofa-general] Re: [GIT PULL] please pull infiniband.git References: <20080419081614.GA2437@elte.hu> X-Message-Flag: Warning: May contain useful information Date: Sat, 19 Apr 2008 07:18:24 -0700 In-Reply-To: (Roland Dreier's message of "Sat, 19 Apr 2008 07:11:20 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 19 Apr 2008 14:18:24.0654 (UTC) FILETIME=[3AA802E0:01C8A228] Authentication-Results: sj-dkim-1; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim1004 verified; ); Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org By the way (only peripherally related), it seems all the #ifdef CONFIG_PCI_MSI tests in ipath_iba7220.c can be removed, since the code should work fine even if PCI_MSI is not set... - R.