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 32E15DDFC6 for ; Fri, 20 Jul 2007 07:45:43 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <29147F04-4307-4720-B3C3-2AF6721967F1@kernel.crashing.org> From: Segher Boessenkool Subject: Re: BUG: compile failure on ps3-head.S Date: Thu, 19 Jul 2007 23:45:24 +0200 To: "Grant Likely" Cc: linuxppc-dev , Arnd Bergmann List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > commit id bafdb645779c63300763acb383f7b9dd2d427228 (on Linus' tree) > causes breakage on my mpc8349 build (see below). I've worked around > it by removing ps3* from arch/powerpc/boot/Makefile, but I have not > dug into what the 'proper' solution should be. > arch/powerpc/boot/ps3-head.S:40: Error: Unrecognized opcode: `clrldi' > arch/powerpc/boot/ps3-head.S:41: Error: Unrecognized opcode: `mtmsrd' Those source files just need a .machine pseudo-op somewhere. Segher