From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.183]) by ozlabs.org (Postfix) with ESMTP id 55ADF67D50 for ; Tue, 21 Nov 2006 21:30:03 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] powerpc: Fix __raw* accessors Date: Tue, 21 Nov 2006 11:29:59 +0100 References: <1164072929.8073.45.camel@localhost.localdomain> In-Reply-To: <1164072929.8073.45.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200611211129.59685.arnd@arndb.de> Cc: Jens Osterkamp , Benjamin Herrenschmidt , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 21 November 2006 02:35, Benjamin Herrenschmidt wrote: > The new IO accessor code allows to stick a token in the top bit of MMIO > addresses which gets masked out during actual accesses. However, the > __raw_* accessors forgot to mask it out. This fixes it. Jens, you debugged the problem originally. Does this patch fix it entirely, or is there something else missing? Arnd <><