Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981Ab2FETmm (ORCPT ); Tue, 5 Jun 2012 15:42:42 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:54096 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751562Ab2FETml (ORCPT ); Tue, 5 Jun 2012 15:42:41 -0400 Message-ID: <4FCE612F.6020000@gmail.com> Date: Tue, 05 Jun 2012 12:42:39 -0700 From: David Daney User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10 MIME-Version: 1.0 To: Al Viro CC: Linux Kernel Mailing List , Paul Gortmaker , Ralf Baechle Subject: linux-next broken for MIPS by b87077280b7271c5310237e127b0fe423d443e0f(mips: merge the identical "return from syscall" per-ABI code) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 21 As shown here: http://kisskb.ellerman.id.au/kisskb/buildresult/6442834/ Commit b87077280b7271c5310237e127b0fe423d443e0f(mips: merge the identical "return from syscall" per-ABI code) breaks MIPS. I suggest that on arch/mips/kernel/entry.S:173 that you do: s/bz/beqz/ I suspect that will fix the assembler error. Other than that, I make no claims about the correctness of the code in general. David Daney -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/