From mboxrd@z Thu Jan 1 00:00:00 1970 From: GOTO Masanori Subject: Re: [PATCH] Mark Workbit NinjaSCSI driver non 64bit Date: Mon, 05 Jan 2004 23:01:42 +0900 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <81n092qyt5.wl@omega.webmasters.gr.jp> References: <20040101215835.GA3001@averell> <813cawsy4k.wl@omega.webmasters.gr.jp> <20040103232718.GA6881@averell> Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from omega.webmasters.gr.jp ([218.44.239.78]:8686 "EHLO webmasters.gr.jp") by vger.kernel.org with ESMTP id S264484AbUAEOBo (ORCPT ); Mon, 5 Jan 2004 09:01:44 -0500 In-Reply-To: <20040103232718.GA6881@averell> List-Id: linux-scsi@vger.kernel.org To: Andi Kleen Cc: GOTO Masanori , linux-scsi@vger.kernel.org, yokota@netlab.is.tsukuba.ac.jp Hi, At Sun, 4 Jan 2004 00:27:19 +0100, Andi Kleen wrote: > On Sun, Jan 04, 2004 at 03:08:59AM +0900, GOTO Masanori wrote: > > At Thu, 1 Jan 2004 22:58:35 +0100, > > Andi Kleen wrote: > > > Judging from the warnings it spews out on a 64bit compilation on AMD64 > > > it is not 64bit clean. Mark it as such in Kconfig. > > > > > > Better would be of course to fix it. > > > > Thanks for your report. I compiled and exactly I saw some warnings on > > amd64 machine. I checked all warnings, and these warnings are > > trivial, they can be easily fixed. I attached the patch to fix > > warnings. Nsp32 is PCI device driver, so it should also work on amd64 > > architecture. > > Thanks. > > Did you test if it works on the AMD64 machine? Sometimes there are 64bit > issues that don't show as warnings. I can login almost all architecture machine, but unfortunately I have no 64bit with PCI machine at home at present. However, possibly I have an opportunity to touch amd64 machine, so I will try to test nsp32 on amd64. BTW, at least I have taken care about ILP32 vs LP64, so even if it does not work on amd64, it's not hard to make ok, I believe. Regards, -- gotom