From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id 01A72DEF3D for ; Wed, 16 Jul 2008 05:51:37 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: 82xx performance Date: Tue, 15 Jul 2008 21:50:35 +0200 References: <200807142244.07450.arnd@arndb.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200807152150.35811.arnd@arndb.de> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tuesday 15 July 2008, Rune Torgersen wrote: > Using arch/ppc I got a 2.6.25 kernel to boot, and the kernel compile > test I did is almost identical (within 1%) of what the arch/powerpc > 2.6.25 did, so it seems to be a difference between 2.6.18 and 2.6.25 > (I'll see if I can find an exact version, as I think my ppc port can be > compiled for all versions from 2.6.18 to 25) You probably already know git-bisect, but if you don't, you should definitely give it a try. It's the best tool to find which patch exactly broke your performance. Arnd <><