From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 15 Aug 2013 10:05:21 +0200 (CEST) Received: from mail.active-venture.com ([67.228.131.205]:54970 "EHLO mail.active-venture.com" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S6827312Ab3HOIFMQuCjl (ORCPT ); Thu, 15 Aug 2013 10:05:12 +0200 Received: (qmail 96476 invoked by uid 399); 15 Aug 2013 08:05:03 -0000 Received: from unknown (HELO server.roeck-us.net) (linux@roeck-us.net@108.223.40.66) by mail.active-venture.com with ESMTPAM; 15 Aug 2013 08:05:03 -0000 X-Originating-IP: 108.223.40.66 X-Sender: linux@roeck-us.net Message-ID: <520C8BB0.8030500@roeck-us.net> Date: Thu, 15 Aug 2013 01:05:04 -0700 From: Guenter Roeck User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Geert Uytterhoeven CC: Greg Kroah-Hartman , "linux-kernel@vger.kernel.org" , Linus Torvalds , Andrew Morton , stable , Linux MIPS Mailing List Subject: Re: [ 00/17] 3.4.58-stable review References: <20130813063501.728847844@linuxfoundation.org> <520A1D56.2050507@roeck-us.net> <20130813175858.GC7336@kroah.com> <20130813201936.GA18358@roeck-us.net> <20130815063158.GB25754@kroah.com> <520C86BD.2020903@roeck-us.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 37551 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: linux@roeck-us.net Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On 08/15/2013 12:55 AM, Geert Uytterhoeven wrote: > On Thu, Aug 15, 2013 at 9:43 AM, Guenter Roeck wrote: >> I screwed up my stable repo clone again :(, so the full build will take a >> bit. >> >> mips builds on on 3.4 with all patches applied now fail with: >> arch/mips/include/asm/page.h: Assembler messages: >> arch/mips/include/asm/page.h:178: Error: Unrecognized opcode `static inline >> int pfn_valid(unsigned long pfn)' >> arch/mips/include/asm/page.h:179: Error: junk at end of line, first >> unrecognized character is `{' >> arch/mips/include/asm/page.h:181: Error: Unrecognized opcode `extern >> unsigned long max_mapnr' >> arch/mips/include/asm/page.h:183: Error: Unrecognized opcode `return >> pfn>=ARCH_PFN_OFFSET&&pfn> arch/mips/include/asm/page.h:184: Error: junk at end of line, first >> unrecognized character is `}' >> >> This is the error I referred to above. Reverting above pfn rework patch >> fixes that problem, >> so you might want to remove that patch from the patch queue for now. > > Perhaps this one got applied too soon? > > commit 730b8dfe016dd1e91f73d8d3e6724da91397171c > Author: Ralf Baechle > Date: Fri Dec 28 15:18:02 2012 +0100 > > MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper. > I applied it on top of the other patches, but that did not help. On the contrary, I get even more errors. Must be something else, or it needs even more patches. Guenter