From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3428C433DB for ; Wed, 3 Feb 2021 11:41:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B226564E0F for ; Wed, 3 Feb 2021 11:41:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234358AbhBCLlK (ORCPT ); Wed, 3 Feb 2021 06:41:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234292AbhBCLk5 (ORCPT ); Wed, 3 Feb 2021 06:40:57 -0500 Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 925F3C061788 for ; Wed, 3 Feb 2021 03:40:17 -0800 (PST) Received: by ozlabs.org (Postfix, from userid 1034) id 4DW0992mCjz9t56; Wed, 3 Feb 2021 22:40:11 +1100 (AEDT) From: Michael Ellerman To: Michael Ellerman , Benjamin Herrenschmidt , Christophe Leroy , Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: References: Subject: Re: [PATCH] powerpc/xmon: Enable breakpoints on 8xx Message-Id: <161235201042.1516112.18227660998011390380.b4-ty@ellerman.id.au> Date: Wed, 3 Feb 2021 22:40:09 +1100 (AEDT) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 23 Dec 2020 09:38:48 +0000 (UTC), Christophe Leroy wrote: > Since commit 4ad8622dc548 ("powerpc/8xx: Implement hw_breakpoint"), > 8xx has breakpoints so there is no reason to opt breakpoint logic > out of xmon for the 8xx. Applied to powerpc/next. [1/1] powerpc/xmon: Enable breakpoints on 8xx https://git.kernel.org/powerpc/c/30662217885d7341161924acf1665924d7d37d64 cheers