Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4466609ybi; Mon, 15 Jul 2019 09:19:33 -0700 (PDT) X-Google-Smtp-Source: APXvYqwL3NabAKU64kSOSoRst9qViOVJ0H9dIg4XfAa0s1ZpA9aATxymOfxLshgSoGLtO7UcCHpV X-Received: by 2002:a65:6904:: with SMTP id s4mr23394326pgq.33.1563207573633; Mon, 15 Jul 2019 09:19:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563207573; cv=none; d=google.com; s=arc-20160816; b=tTclKQPQWGA2wEmIxsnAasuA4nFm+1DeBDXc5PZ5wDyPPRwTYJ9vPMXus4HvHrREWP WB9lF15ISwKXtQI7XUdgwm0zpKl9ICWyZsdubFHObpwi82R2e2+4bTPdZAhgUD5IlDb5 xOPOrRxvjgK+/lZM3VimgnFcBcRVvulElRAojMcd1+4tvEAgISb4CsUFplnAjMXUfIpK uPb75xUxAhGPRXEsIt6+lXrMIQKBr2ydgg6Z09MUZwbcw/p6gsbAIZryoMCHUNmxZQd+ wBT7aNtEzACn2jjc/l73RWI4nFmzUTEnpz7mM/EaZNmJydEL4e7i6aOwgtBGyBDULzbq /IqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=Bp1dLl9VzBfIYrjqfdtkHi9tSkO2LWpMBBGzuwhKQHc=; b=Krnb4eLZ0xNbjrPtA17l1Yjd1U3ibYDBnWIx7YA48kA4oenJlms2bS+T1baj9AoNnr knZZ2Qs14sYNQWrB5xxJaHRtQKTqbz9xMScCAKKSnR9pOfy5KULPPbr+BGhK2EDwFcF1 zRQaZwQrjazYzFzBoh90If/dqw8/5us1b8SreN2mGr9Z0nXGFUehb9v2HbcwhYekVxIe 3fmm8ImETLV16pKIHHPg+DxLfCgcHJ3RmuFGFWJS1iEKn4jlJn4/3ySSnxFHtL2h9f3c AWlGS5H1JyUKMBIP9ZPlYtpPmbK1/wZK2tMADMVxXibUaDjuISFVW/29MfrcTlxFXfcu Rnkw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t15si15323810pjr.46.2019.07.15.09.19.16; Mon, 15 Jul 2019 09:19:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729941AbfGOQS4 (ORCPT + 99 others); Mon, 15 Jul 2019 12:18:56 -0400 Received: from mail.coding4coffee.org ([5.9.171.142]:43678 "EHLO mail.coding4coffee.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729533AbfGOQS4 (ORCPT ); Mon, 15 Jul 2019 12:18:56 -0400 X-Greylist: delayed 579 seconds by postgrey-1.27 at vger.kernel.org; Mon, 15 Jul 2019 12:18:55 EDT Received: from localhost (localhost [127.0.0.1]) by mail.coding4coffee.org (Postfix) with ESMTP id E5956D69; Mon, 15 Jul 2019 18:09:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at coding4coffee.org Received: from mail.coding4coffee.org ([127.0.0.1]) by localhost (mail.coding4coffee.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tuBPWevrCjfZ; Mon, 15 Jul 2019 18:09:14 +0200 (CEST) Received: from coding4coffee.org (unknown [46.114.39.130]) by mail.coding4coffee.org (Postfix) with ESMTPSA id B761EC8; Mon, 15 Jul 2019 18:09:13 +0200 (CEST) From: Fabian Mewes To: Ralf Baechle , Paul Burton , James Hogan Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Fabian Mewes Subject: [PATCH] MIPS: Kconfig: remove HAVE_LATENCYTOP_SUPPORT Date: Mon, 15 Jul 2019 18:08:49 +0200 Message-Id: <20190715160849.25964-1-architekt@coding4coffee.org> X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org HAVE_LATENCYTOP_SUPPORT was removed all together in da48d094ce5d7. This commit removes a leftover in the MIPS Kconfig. Signed-off-by: Fabian Mewes --- arch/mips/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index d50fafd..4958734 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -3069,10 +3069,6 @@ config STACKTRACE_SUPPORT bool default y -config HAVE_LATENCYTOP_SUPPORT - bool - default y - config PGTABLE_LEVELS int default 4 if PAGE_SIZE_4KB && MIPS_VA_BITS_48 -- 2.11.0