Message ID | 20220614062835.7196-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 E9EFDC43334 for <linux-arm-kernel@archiver.kernel.org>; Tue, 14 Jun 2022 06:29:53 +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=51UV7tz05H7A1wVGtVCspojWIXgCIwxxl2W4r8CHxT8=; b=LoQYXHQHlLDTtm jjwlHJMv1HWvXdzsVtQIas7AHdN8cJbIHTSsEj68R7ll22PRHgabPF2EcL9RbWjlH5YTrO7YbNGg8 Pvg5ic+pyYi/5opmszIH9p5d6LOLnHtzMfoAeXgkmpZNUFeT7gKpZaN46WPCimnaPht2Qqrwg4tOW jFWrq7xNGR4WrqYH1CnsGYblzeMtFuHlYG+dROZ945vIRVV6wFc9ZHOkq51qAcI2iWQuf48t524S5 B9UJfgazsjYQFV1065AAxY7eCWUNZnww1u0PytXex6pvPCD66C5atXRDq1WCgzN9f2+CIdqonazyI 7eYXZJqmCd5e1ceef81A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o102k-007GWg-NY; Tue, 14 Jun 2022 06:28:51 +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 1o102e-007GTe-BH; Tue, 14 Jun 2022 06:28:47 +0000 X-UUID: 9ba89bacfe7e443db9213ee8f67ef34a-20220613 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.6,REQID:9d76b8f3-4479-441e-b0d5-d52396f50f73,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACTI ON:release,TS:0 X-CID-META: VersionHash:b14ad71,CLOUDID:b8c68407-b57a-4a25-a071-bc7b4972bc68,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:0,File:nil ,QS:nil,BEC:nil,COL:0 X-UUID: 9ba89bacfe7e443db9213ee8f67ef34a-20220613 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] 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 721338058; Mon, 13 Jun 2022 23:28:40 -0700 Received: from mtkmbs11n1.mediatek.inc (172.21.101.185) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 13 Jun 2022 23:28:39 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs11n1.mediatek.inc (172.21.101.185) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Tue, 14 Jun 2022 14:28:37 +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; Tue, 14 Jun 2022 14:28:37 +0800 From: Lecopzer Chen <lecopzer.chen@mediatek.com> To: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org> CC: <pmladek@suse.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>, <lecopzer.chen@mediatek.com>, <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>, <sparclinux@vger.kernel.org>, <sumit.garg@linaro.org>, <wangqing@vivo.com>, <will@kernel.org>, <yj.chiang@mediatek.com> Subject: [PATCH v6 1/6] kernel/watchdog: remove WATCHDOG_DEFAULT Date: Tue, 14 Jun 2022 14:28:30 +0800 Message-ID: <20220614062835.7196-2-lecopzer.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220614062835.7196-1-lecopzer.chen@mediatek.com> References: <20220614062835.7196-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-20220613_232844_443047_8DA85C30 X-CRM114-Status: UNSURE ( 7.25 ) 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 |
Support hld delayed init based on Pseudo-NMI for
|
expand
|
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 20a7a55e62b6..066ad3017767 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