From owner-svn-src-all@freebsd.org Thu Feb 4 13:41:53 2016 Return-Path: Delivered-To: svn-src-all@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 8BA53A9C4F0 for ; Thu, 4 Feb 2016 13:41:53 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: from mail-lf0-x232.google.com (mail-lf0-x232.google.com [IPv6:2a00:1450:4010:c07::232]) (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 10F401CE0 for ; Thu, 4 Feb 2016 13:41:53 +0000 (UTC) (envelope-from zbb@semihalf.com) Received: by mail-lf0-x232.google.com with SMTP id j78so36298197lfb.1 for ; Thu, 04 Feb 2016 05:41:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6T3u8F/k7cMpt0zU60HFb27Gk0VOvzbzl6m9T/gPVaE=; b=fINBZ6fbEd79D49aUB+guTSxhkHW80DuImb+JDXy/R/DvUNLdoznJopftu+sdM2F0d wnrT5sz0GU36TuAQLop5C1CG5+tU5kgq0b64nJv+wtOj8hVd2ozUtOB+9HL03b59WMdy F+YyEa0okgj361A3cyOLo7h0ObI2qRmeutcYnn5h6tMhtif9XUuzRqB0sR2p7Yvoy8zY ao6ygGjs/Od2kY65zYfBhwKYbomF+yZGY7WdHAaxMOD45l2wmHWkFN6UJFXdT6DcPOHr GWgqYJgOfxUC9CP2ZMv20eFOHQWEz9p+jrpI6j24p5fZUl5iGrhG67cUTqlcIc5d5NBp f5+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=6T3u8F/k7cMpt0zU60HFb27Gk0VOvzbzl6m9T/gPVaE=; b=joCwTsGtsQLU2x3sPkcPOWJTf5pR57ktxuyHC458D38/aYzlDqdMCsJugIfSyb6ltp OOvpiZgvdF7yr31kMyx1K6CEQLwPuJEoSbZriblWEUoCOTZrq5+LfpMt+adiVu3Y2GGk b85UFaX7gWqwk9xccXDQ8Y7/23EZs5HVi4v9sWC9tllP27fYA0Q5Yrk0dYF6TbVYUxhl kOHNjEzvFvN6jvLqX6cBh3c4RtBE8D1PlowD3RurxDCT83FiBeHV7189sRa9r2wQ7eRb nHmBYK7XidnlW6lKQYD85HQX8dFnUISEC/UDST+EFUjuDn7UAl7iCfZePvljiHbQeJIA FsXg== X-Gm-Message-State: AG10YOQBDYOfS9KO43NqBs69aVi8NcXYa1/frfj4Id1++QwO1m7M174fr/PZGnHJFYYyOLDiuJHyFkyXQrazxA== X-Received: by 10.25.137.136 with SMTP id l130mr3105138lfd.158.1454593310892; Thu, 04 Feb 2016 05:41:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.198.7 with HTTP; Thu, 4 Feb 2016 05:41:31 -0800 (PST) In-Reply-To: <201602041332.u14DWTu0085871@repo.freebsd.org> References: <201602041332.u14DWTu0085871@repo.freebsd.org> From: Zbigniew Bodek Date: Thu, 4 Feb 2016 14:41:31 +0100 Message-ID: Subject: Re: svn commit: r295254 - head/sys/arm/arm To: Michal Meloun Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 13:41:53 -0000 Hello Michal, I have a fix for that that I will send for review soon (I need to test in on some other platforms): https://people.freebsd.org/~zbb/arm/other/0001-Fix-debug_monitor-code-for-older-ARMs-ARM11.patch If you don't mind I will add you to the review on Phabricator. Best regards zbb 2016-02-04 14:32 GMT+01:00 Michal Meloun : > Author: mmel > Date: Thu Feb 4 13:32:29 2016 > New Revision: 295254 > URL: https://svnweb.freebsd.org/changeset/base/295254 > > Log: > ARM: RPI-B kernel was broken by r294740. Make it functional again. > > Modified: > head/sys/arm/arm/debug_monitor.c > > Modified: head/sys/arm/arm/debug_monitor.c > > ============================================================================== > --- head/sys/arm/arm/debug_monitor.c Thu Feb 4 12:49:28 2016 > (r295253) > +++ head/sys/arm/arm/debug_monitor.c Thu Feb 4 13:32:29 2016 > (r295254) > @@ -845,8 +845,10 @@ dbg_arch_supported(void) > { > > switch (dbg_model) { > +#ifdef not_yet > case ID_DFR0_CP_DEBUG_M_V6: > case ID_DFR0_CP_DEBUG_M_V6_1: > +#endif > case ID_DFR0_CP_DEBUG_M_V7: > case ID_DFR0_CP_DEBUG_M_V7_1: /* fall through */ > return (TRUE); > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" >