Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261399AbVBWIMP (ORCPT ); Wed, 23 Feb 2005 03:12:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261417AbVBWIMP (ORCPT ); Wed, 23 Feb 2005 03:12:15 -0500 Received: from vanessarodrigues.com ([192.139.46.150]:59882 "EHLO jaguar.mkp.net") by vger.kernel.org with ESMTP id S261399AbVBWIMK (ORCPT ); Wed, 23 Feb 2005 03:12:10 -0500 To: Arjan van de Ven Cc: Andrew Morton , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [patch -mm series] ia64 specific /dev/mem handlers References: <16923.193.128608.607599@jaguar.mkp.net> <1109109833.6024.109.camel@laptopd505.fenrus.org> <1109112142.6024.119.camel@laptopd505.fenrus.org> From: Jes Sorensen Date: 23 Feb 2005 03:12:08 -0500 In-Reply-To: <1109112142.6024.119.camel@laptopd505.fenrus.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 23 >>>>> "Arjan" == Arjan van de Ven writes: Arjan> On Tue, 2005-02-22 at 17:30 -0500, Jes Sorensen wrote: >> For userspace it's used by some of the MPI type apps in userland. Arjan> you got to be kidding. Why are these MPI apps accessing memory Arjan> that the kernel has mapped cached (eg ram) via /dev/mem? Oh sorry, I think we're misunderstanding eachother. /dev/mem is used by lcrash. Arjan> (eg my proposal is to make /dev/mem to be just device memory Arjan> not kernel accessable ram; wouldn't that solve the entire issue Arjan> cleanly ?) It would kill lcrash support, but sure it would solve this specific problem. However what happens if someone wants to share say some texture ram between the kernel and a video card and that has to be mapped uncached? Though up example here though. Cheers, Jes - 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/