Received: by mail.netbsd.org (Postfix, from userid 605) id 2B68F855BB; Sat, 28 Jan 2017 13:21:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A27D3855B6 for ; Sat, 28 Jan 2017 13:21:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tOdG7R-hQIfX for ; Sat, 28 Jan 2017 13:21:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4A3E785598 for ; Sat, 28 Jan 2017 13:21:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FB32FBA6; Sat, 28 Jan 2017 13:21:11 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 28 Jan 2017 13:21:11 +0000 From: "Jonathan A. Kollasch" Subject: CVS commit: src/sys/arch/arm/arm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170128132111.3FB32FBA6@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jonathan A. Kollasch" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: jakllsch Date: Sat Jan 28 13:21:11 UTC 2017 Modified Files: src/sys/arch/arm/arm: cpufunc.c Log Message: Drop inadvertent redundant CPU_CONTROL_MMU_ENABLE ((1 < 22)) for PJ4Bv7. This was intended to be CPU_CONTROL_UNAL_ENABLE, which is already handled. Should fix PR kern/51921. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/arch/arm/arm/cpufunc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.