Message ID | 20220307154729.13477-2-lecopzer.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 99CC7C433EF for <linux-arm-kernel@archiver.kernel.org>; Mon, 7 Mar 2022 15:51:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9eBQA5551iGmDQ1yYYLBUE7sAoSf2y5gl5dtuDzsqfc=; b=cTxuLIvuXD+55d W8bJncnXo8z7XG5QS8aP6FsN+llDC8Ua4SpGomqLScczBxwQ811N9pGO1R7KeFTfBDsjyybKd4TyO moHzA8TY7Lhi1ZpglkKkjxa5FMSZykax4SyQI+5a/9yZEpw/KVKJ/t9TWMwgxYzPV0CuRw58E91S1 flNd9s1/9p9bSWLX8dxYspjVbB96P914Ca/1+nGGMpdFIYWggX406IvZyQOHo/+X31zSZlxJuuGVL cu9l667vPoWMcRRWAZzNuIbwy8NKXO47n3upOTAIv6hpwENV9KWoPNsii6kxdj0E/XpiYmO+JQz8l iqnnj52gt+NmAtDY3nQg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRFcR-000hjh-Jg; Mon, 07 Mar 2022 15:49:55 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nRFav-000gxq-IS; Mon, 07 Mar 2022 15:48:23 +0000 X-UUID: 94a8496df9074dc999b0471d982338b4-20220307 X-UUID: 94a8496df9074dc999b0471d982338b4-20220307 Received: from mtkcas67.mediatek.inc [(172.29.193.45)] by mailgw01.mediatek.com (envelope-from <lecopzer.chen@mediatek.com>) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 815334611; Mon, 07 Mar 2022 08:48:16 -0700 Received: from mtkexhb02.mediatek.inc (172.21.101.103) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 7 Mar 2022 07:48:14 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkexhb02.mediatek.inc (172.21.101.103) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 7 Mar 2022 23:48:01 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 7 Mar 2022 23:48:00 +0800 From: Lecopzer Chen <lecopzer.chen@mediatek.com> To: <linux-kernel@vger.kernel.org> CC: <lecopzer.chen@mediatek.com>, <acme@kernel.org>, <akpm@linux-foundation.org>, <alexander.shishkin@linux.intel.com>, <catalin.marinas@arm.com>, <davem@davemloft.net>, <jolsa@redhat.com>, <jthierry@redhat.com>, <keescook@chromium.org>, <kernelfans@gmail.com>, <linux-arm-kernel@lists.infradead.org>, <linux-mediatek@lists.infradead.org>, <linux-perf-users@vger.kernel.org>, <mark.rutland@arm.com>, <masahiroy@kernel.org>, <matthias.bgg@gmail.com>, <maz@kernel.org>, <mcgrof@kernel.org>, <mingo@redhat.com>, <namhyung@kernel.org>, <nixiaoming@huawei.com>, <peterz@infradead.org>, <pmladek@suse.com>, <sparclinux@vger.kernel.org>, <sumit.garg@linaro.org>, <wangqing@vivo.com>, <will@kernel.org>, <yj.chiang@mediatek.com> Subject: [PATCH v2 1/5] kernel/watchdog: remove WATCHDOG_DEFAULT Date: Mon, 7 Mar 2022 23:47:25 +0800 Message-ID: <20220307154729.13477-2-lecopzer.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220307154729.13477-1-lecopzer.chen@mediatek.com> References: <20220307154729.13477-1-lecopzer.chen@mediatek.com> MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220307_074821_637318_DA7CD71D X-CRM114-Status: UNSURE ( 7.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Suppot hld based on Pseudo-NMI for arm64
|
expand
|
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 99afb88d2e85..db451e943a04 100644 --- a/kernel/watchdog.c +++ b/kernel/watchdog.c @@ -30,10 +30,8 @@ static DEFINE_MUTEX(watchdog_mutex); #if defined(CONFIG_HARDLOCKUP_DETECTOR) || defined(CONFIG_HAVE_NMI_WATCHDOG) -# define WATCHDOG_DEFAULT (SOFT_WATCHDOG_ENABLED | NMI_WATCHDOG_ENABLED) # define NMI_WATCHDOG_DEFAULT 1 #else -# define WATCHDOG_DEFAULT (SOFT_WATCHDOG_ENABLED) # define NMI_WATCHDOG_DEFAULT 0 #endif