Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 28 Jan 2003 14:46:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 28 Jan 2003 14:46:49 -0500 Received: from arnold.dormnet.his.se ([193.10.185.236]:44297 "HELO smtp.dormnet.his.se") by vger.kernel.org with SMTP id ; Tue, 28 Jan 2003 14:46:49 -0500 Date: Tue, 28 Jan 2003 20:52:26 +0100 From: Andreas Henriksson To: Alan Cox Cc: linux-kernel@vger.kernel.org Subject: Re: OOPS in read_cd... what to do? Message-ID: <20030128195226.GA27417@foo> References: <3E355D1F.1080007@didntduck.org> <20030128125119.GA31590@foo> <1043779710.24849.8.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1043779710.24849.8.camel@irongate.swansea.linux.org.uk> User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi.. It didn't help. :( Though I had to change it some to get it to compile... hopefully I didn't screw up. (I did this to avoid "invalid operators to binary +") #define virt_addr(addr) *(volatile unsigned char *) __io_virt(addr) and changed the isa_...(foo+bar); to isa_...(virt_addr(foo+bar)); The oops looks about the same.. so I guess the patch didn't do any difference (even if it might be needed in the long run)... Any more ideas? ;) -- Andreas Henriksson - 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/