From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zcars04e.nortelnetworks.com (zcars04e.nortelnetworks.com [47.129.242.56]) by ozlabs.org (Postfix) with ESMTP id D69B967A2C for ; Fri, 4 Feb 2005 02:03:07 +1100 (EST) Message-ID: <42023D23.6020406@nortel.com> Date: Thu, 03 Feb 2005 09:02:59 -0600 From: Chris Friesen MIME-Version: 1.0 To: Benjamin Herrenschmidt References: <42011E77.6040906@nortel.com> <1107407613.2363.9.camel@gaston> In-Reply-To: <1107407613.2363.9.camel@gaston> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: linuxppc-dev list Subject: Re: new binutils breaks "tlbie" instruction in kernel? List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Benjamin Herrenschmidt wrote: > On Wed, 2005-02-02 at 12:39 -0600, Chris Friesen wrote: > >>The "tlbie" instruction has a bit which may be set to indicate regular >>or large page size. This used to be set via an optional second parameter. >> >>Apparently some time between binutils versions 2.15.91.0.2 and >>2.15.92.0.2 a change went in to make this second parameter mandatory, >>which breaks the kernel ppc code. > Wasn't it fixed ? Not sure what "it" you mean. The current kernel code does not have the third parm. I'm not sure about the latest binutils, but 2.15.92.0.2 is what a vendor wants to build on. Chris