From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C742ADE066 for ; Thu, 3 May 2007 22:30:55 +1000 (EST) Subject: Re: [PATCH] powerpc: dart iommu suspend From: Benjamin Herrenschmidt To: Johannes Berg In-Reply-To: <1178195312.13233.111.camel@johannes.berg> References: <17969.56735.644629.328360@cargo.ozlabs.ibm.com> <1178195106.13233.108.camel@johannes.berg> <1178195312.13233.111.camel@johannes.berg> Content-Type: text/plain Date: Thu, 03 May 2007 22:30:47 +1000 Message-Id: <1178195447.6353.40.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Olof Johansson , linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2007-05-03 at 14:28 +0200, Johannes Berg wrote: > This implements save and restore hooks for IOMMUs and implements > it the dart iommu. Paul and I have been discussing a possible better way to handle that ... We could just make the DART pages CI in the linear mapping rather than not mapping it. That would make it "just work" with the normal code path. Ben.