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=-3.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 D20F4C2D0F4 for ; Wed, 1 Apr 2020 12:15:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A7F3920714 for ; Wed, 1 Apr 2020 12:15:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="GUCFVdq3" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732524AbgDAMPj (ORCPT ); Wed, 1 Apr 2020 08:15:39 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:25868 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732288AbgDAMPg (ORCPT ); Wed, 1 Apr 2020 08:15:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1585743335; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=EtA1cUZ/YAmxg9mcoqMJAMjtt//Xv/eQ1J1VjHAqAgQ=; b=GUCFVdq3vaNjBcEUtiSntGEDeo66i8z6rznnpD1BPIBItPUhsYcSLm1fT/LLY9A5RIXnw7 aYrWJY9CYHoaaObUbGiElVlQPvmanx/29sGKwxXt9Y9P2uk8Ld/FeFilC1zGQ7Fcyp5rv8 MngY7WccEpbQ+sPGhRKpPasbZbyywak= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-219-qhdIGZyUMsuaV54qSoBVXg-1; Wed, 01 Apr 2020 08:15:31 -0400 X-MC-Unique: qhdIGZyUMsuaV54qSoBVXg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B257A100550D; Wed, 1 Apr 2020 12:15:29 +0000 (UTC) Received: from fuller.cnet (ovpn-116-11.gru2.redhat.com [10.97.116.11]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3C9AD5C1C5; Wed, 1 Apr 2020 12:15:29 +0000 (UTC) Received: by fuller.cnet (Postfix, from userid 1000) id C2E7942FDD1C; Wed, 1 Apr 2020 09:15:03 -0300 (-03) Message-ID: <20200401121343.028752519@redhat.com> User-Agent: quilt/0.66 Date: Wed, 01 Apr 2020 09:10:22 -0300 From: Marcelo Tosatti To: linux-kernel@vger.kernel.org Cc: Frederic Weisbecker , Chris Friesen , Thomas Gleixner , Peter Zijlstra , Andrew Morton , Jim Somerville , Christoph Lameter , Marcelo Tosatti Subject: [patch 4/4] isolcpus: undeprecate on documentation References: <20200401121018.104226700@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org isolcpus is used to control steering of interrupts to managed_irqs and kernel threads, therefore its incorrect to state that its deprecated. Remove deprecation warning. Suggested-by: Chris Friesen Signed-off-by: Marcelo Tosatti --- Documentation/admin-guide/kernel-parameters.txt | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6/Documentation/admin-guide/kernel-parameters.txt =================================================================== --- linux-2.6.orig/Documentation/admin-guide/kernel-parameters.txt +++ linux-2.6/Documentation/admin-guide/kernel-parameters.txt @@ -1926,7 +1926,6 @@ Format: ,,, isolcpus= [KNL,SMP,ISOL] Isolate a given set of CPUs from disturbance. - [Deprecated - use cpusets instead] Format: [flag-list,] Specify one or more CPUs to isolate from disturbances