From owner-svn-src-head@freebsd.org Sun Jul 2 21:03:55 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E4FDAD69A; Sun, 2 Jul 2017 21:03:55 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7258976F18; Sun, 2 Jul 2017 21:03:55 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id m68so80223763ith.1; Sun, 02 Jul 2017 14:03:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=UCMcCAQMuvfyoCKSfmm9HtMgb84vRdaLxaDnMY5fBfI=; b=as2sD0lL74TTYu9x1hz0emTX4ki4lopxrGtamV17YoasBtt9kJRMxLjUp0lgSyN12M veWkM6SAzSpaHtZKvSakcKwEbG2omZcL0Fen72BC+tuPHUCaVhW4WphIDt/CcLpf7EfO bjZs5SMoQHcNLHstgxXGwPVjjdpeut7Ar6g3LErLY/fZMzj7NICJzcqMHdonWhkNRjXX tsOS6U522hGZuE0RQULWXq0PZA3gg3TX6+Oyu1J8kXyIELc6OpvRa3P9HIBvWzfI7ezv DyMLZltNkIL1j5bMcUfmV8p5EAwn2czh8gI6cBOv88GGc/piqKtGRW3KCU8OMUNOon+p wITw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=UCMcCAQMuvfyoCKSfmm9HtMgb84vRdaLxaDnMY5fBfI=; b=dWVCPY8tmW1nFBu6yfXL1jflnUEgSfL0gxFKgjhtL+OxQwW5+IrkGbXmGcMvNJHUtx ro8gp9L/nCT5cBdLm7V7akgLn9PtzAiwzKbyxbRe6H0pzihfDEAF8QztJ4ktnF3uorA1 ESEDUAABNP10SpTCwdMVhUYhU3OLkABP/QV7gbS7gy/cEi8Rz8uOhUtzDo7wsHpfKxNz lZ1As4z1qdKRdz7eRPsRnoF+w1fm9WXeFjur8HvTzviCmNQaREFOQHp3Ak0Z1dEl1xTt DWOaQdImLh2/OZxM58ayhfndAfbNOrhd0RzH299o7ZGl5iJuxkMTNj0I8y8BvV8GgBif nxJQ== X-Gm-Message-State: AKS2vOx3w8AG3bryFP2Oik6aiEj2XEA17/AzD3envxQuaC1mpSEYEFDO /ArzImP/ilOdo7VIRMvtNlxsSd+Ydy0oEEE= X-Received: by 10.36.43.198 with SMTP id h189mr29853266ita.19.1499029434738; Sun, 02 Jul 2017 14:03:54 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.10.85 with HTTP; Sun, 2 Jul 2017 14:03:34 -0700 (PDT) In-Reply-To: <201706160044.v5G0iNbg063006@repo.freebsd.org> References: <201706160044.v5G0iNbg063006@repo.freebsd.org> From: Ed Maste Date: Sun, 2 Jul 2017 17:03:34 -0400 X-Google-Sender-Auth: KGCmfeZEaks6SXC0LHm3HZ39Ltk Message-ID: Subject: Re: svn commit: r319994 - head/sys/mips/conf To: Adrian Chadd Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2017 21:03:55 -0000 On 15 June 2017 at 20:44, Adrian Chadd wrote: > Author: adrian > Date: Fri Jun 16 00:44:23 2017 > New Revision: 319994 > URL: https://svnweb.freebsd.org/changeset/base/319994 > > Log: > [ar71xx] migrate all of the duplicate configuration out into a shared config file. After this commit, AR71XX_BASE, QCA953X_BASE, and RSPRO_STANDALONE fail with: --- all_subdir_hwpmc_mips24k --- {standard input}: Assembler messages: {standard input}:168: Error: illegal operands `mtc0 $17,$25,1' {standard input}:203: Error: illegal operands `mtc0 $17,$25,3' {standard input}:311: Error: illegal operands `mfc0 $2,$25,1' {standard input}:348: Error: illegal operands `mfc0 $2,$25,3' *** [hwpmc_mips24k.o] Error code 1