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 ESMTPS id 9393CB7005 for ; Tue, 17 Apr 2012 11:00:47 +1000 (EST) Message-ID: <1334624440.25353.18.camel@pasglop> Subject: Re: [PATCH 1/2] powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controller From: Benjamin Herrenschmidt To: Joakim Tjernlund Date: Tue, 17 Apr 2012 11:00:40 +1000 In-Reply-To: References: <1334607198-18694-1-git-send-email-grant.likely@secretlab.ca> <1334617419.25353.15.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2012-04-17 at 02:03 +0200, Joakim Tjernlund wrote: > > If you are going to test 8xx, could you revert > e0908085fc2391c85b85fb814ae1df377c8e0dcb, > powerpc/8xx: Fix regression introduced by cache coherency rewrite ? > > It should not be needed after I fixed up the 8xx TLB code and added a > workaround > for buggy dcbX instructions. Have you actually verified that things still work after reverting it ? Cheers, Ben.