From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] storvsc: use small sg_tablesize on x86 Date: Mon, 25 Jan 2016 09:35:14 +0100 Message-ID: <20160125083514.GA11991@gmail.com> References: <1441706801-15300-1-git-send-email-olaf@aepfle.de> <1443732718.6886.23.camel@HansenPartnership.com> <20151002171415.GA30430@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mx2.suse.de ([195.135.220.15]:52510 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751462AbcAYIfR (ORCPT ); Mon, 25 Jan 2016 03:35:17 -0500 Content-Disposition: inline In-Reply-To: <20151002171415.GA30430@gmail.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: KY Srinivasan , Haiyang Zhang , "linux-kernel@vger.kernel.org" , "linux-scsi@vger.kernel.org" On Fri, Oct 02, Olaf Hering wrote: > On Thu, Oct 01, James Bottomley wrote: > > > On Thu, 2015-10-01 at 20:30 +0000, KY Srinivasan wrote: > > > > > +#if defined(CONFIG_X86_32) > > > Um, this is a bit architecture specific (I know Azure is x86, but > > still). Can you make the define check CONFIG_32BIT rather than > > CONFIG_X86_32? > > According to arch/x86/Kconfig there is no such thing. What is the status of this change? Looks like there is nothing more to do on my side. Olaf