Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 4 Dec 2001 05:46:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 4 Dec 2001 05:45:52 -0500 Received: from t2.redhat.com ([199.183.24.243]:24308 "EHLO passion.cambridge.redhat.com") by vger.kernel.org with ESMTP id ; Tue, 4 Dec 2001 05:45:44 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 From: David Woodhouse X-Accept-Language: en_GB In-Reply-To: <20011204104047.A18147@flint.arm.linux.org.uk> In-Reply-To: <20011204104047.A18147@flint.arm.linux.org.uk> <12969.1007315617@redhat.com> <25163.1007370678@redhat.com> To: Russell King Cc: Christoph Rohland , Alan Cox , Maciej Zenczykowski , linux-kernel@vger.kernel.org Subject: Re: [OT] Wrapping memory. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 04 Dec 2001 10:45:04 +0000 Message-ID: <7847.1007462704@redhat.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org rmk@arm.linux.org.uk said: > We actually still map the pages as cached, but when update_mmu_cache > detects that a page has been mmapped more than once, we ensure that > the other mappings in the current mm will fault when accessed. Oooh. Can you do that without having phys->virt lookup? And what about mappings in other mms? Or are the ARM caches so broken that you have to flush the whole damn thing on mm switch anyway? VIVT. Urgh. -- dwmw2 - 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/