Message ID | 20220427161340.8518-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 40C5DC433EF for <linux-arm-kernel@archiver.kernel.org>; Wed, 27 Apr 2022 17:14:27 +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=oe54US/7hZuC4gjo3HglR/lrkDU7iJDLOyg5Q9aujk8=; b=OZBlrFyTgMubYo lAOspO7G/2jiALTY60hGM/cyqGZsdKnpyGjxNw8fhESxjhdrgFfPShSBc/Za+t1mbcwUPNh1qJhdJ tdY87G908QroFpm+BxSGSEW/caQTAkATtCrhp+XVPd+byh5S0qEEFIzpCIUEOr6cLeIz+AKXIpNvy aNc2HyMdtbOUMhWlKVv66muSyYeHVH4DzCWPsSiiEqVvjaExOm0AjO4QiJUeK0V7EADWTEY4DH0WA KJOlCaIXX9+bhTQP+j+mfE2IohnsYiSZd5CjVMlctSM+iccmvB56/lFOYtxdnnHYL3C9wGrEqAXx9 INGBjew52CilUh88RhxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1njlDq-002ZE3-BB; Wed, 27 Apr 2022 17:13:03 +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 1njkSN-002HOz-Bw; Wed, 27 Apr 2022 16:24:01 +0000 X-UUID: d57b78219d0b468996d4a25cb00e3f45-20220427 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4, REQID:f10251fd-db70-48ab-a089-ed88f385cf7c, 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:faefae9, CLOUDID:fe7ab4c6-85ee-4ac1-ac05-bd3f1e72e732, C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: d57b78219d0b468996d4a25cb00e3f45-20220427 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 1553612863; Wed, 27 Apr 2022 09:23:55 -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; Wed, 27 Apr 2022 09:14:03 -0700 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; Thu, 28 Apr 2022 00:13:50 +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; Thu, 28 Apr 2022 00:13:50 +0800 From: Lecopzer Chen <lecopzer.chen@mediatek.com> To: <linux-kernel@vger.kernel.org>, <pmladek@suse.com> 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>, <sparclinux@vger.kernel.org>, <sumit.garg@linaro.org>, <wangqing@vivo.com>, <will@kernel.org>, <yj.chiang@mediatek.com> Subject: [PATCH v4 1/6] kernel/watchdog: remove WATCHDOG_DEFAULT Date: Thu, 28 Apr 2022 00:13:35 +0800 Message-ID: <20220427161340.8518-2-lecopzer.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220427161340.8518-1-lecopzer.chen@mediatek.com> References: <20220427161340.8518-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-20220427_092359_582545_920742A2 X-CRM114-Status: UNSURE ( 7.11 ) 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 arm64
|
expand
|
diff --git a/kernel/watchdog.c b/kernel/watchdog.c index 9166220457bc..e932331826eb 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