Received: by 10.223.185.116 with SMTP id b49csp1669691wrg; Thu, 22 Feb 2018 00:49:39 -0800 (PST) X-Google-Smtp-Source: AH8x226aJS0BBdcwYkxae1ft1pyzST2OjLDFncnnJ3sKLX9Itmt0LJTh/OmPnqqK8fISFt7Digyj X-Received: by 2002:a17:902:a515:: with SMTP id s21-v6mr5858374plq.393.1519289379728; Thu, 22 Feb 2018 00:49:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519289379; cv=none; d=google.com; s=arc-20160816; b=nZevAGu+HdMaAuA+phhcxHehfx63Xjhk1dYyzmojT2BJ0aXHvgeOU1uflccPVxvXGP /Imj9FAREwSD3GBpzHYYVM7hidQ9nxY3ni+5LW8rKdvbe9OyS/ifGkkaKL7ezon8toXY +V1B8y/cRYyifa5Q7PrpSMpEWo8HiDTZ1j/K6HZvpKNYurCAbTuPzUOt8udDlLIQVOLV Lb9OzP8dDFwSsLA0XkA3NvHZXcUT4Hx9tuDhDuCMOEqvbPYqnVTlU/eroXewVY0vB8Il oyrBuHNo4g5IXAi1SEhowOQzA2aeB34h1fxVU+xY9bAtiZYRElkqVa3XIaZSFtDhEe7z hZww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from:arc-authentication-results; bh=jZL2DtAjlVfRtWU1/RmMQrpfJTxWNSeXfojhkXu4Z8A=; b=FbScEZ6aiWeecsKtIjAG7fjDLItnbH/mywTXu31YAa4QgpJBZShx6QPzWn164Outfy g5blrLlAO9KISYjNGzkt06lv0EvewM7LYtMinyM17ESqAE+UPsF0OOZAW0dqy3q/1h6f lbBvBBgL0WAEMopGUbcJdHVFecI5GwEVeigLZ/5Lmbcgdl77nip6PQc+UgWSR5IRUaLr w2qCBxaAzelHIhzS0vWRyR1eZ+2yE1mv4aBCSOw/0Cvb0QcoXVdbYukIPTf9A23eoWUq yVcZmZYvSsOqsjs2utCNp7rIXGAwANLIr66miv2OEv9dGyT5LMZ+3vDz6En43VkR6quz 06Hw== 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 v2-v6si461518plz.143.2018.02.22.00.49.23; Thu, 22 Feb 2018 00:49:39 -0800 (PST) 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 S1752864AbeBVIso (ORCPT + 99 others); Thu, 22 Feb 2018 03:48:44 -0500 Received: from mail.cn.fujitsu.com ([183.91.158.132]:12507 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752786AbeBVIsm (ORCPT ); Thu, 22 Feb 2018 03:48:42 -0500 X-IronPort-AV: E=Sophos;i="5.43,368,1503331200"; d="scan'208";a="37168771" Received: from bogon (HELO cn.fujitsu.com) ([10.167.33.5]) by heian.cn.fujitsu.com with ESMTP; 22 Feb 2018 16:48:35 +0800 Received: from G08CNEXCHPEKD02.g08.fujitsu.local (unknown [10.167.33.83]) by cn.fujitsu.com (Postfix) with ESMTP id EAA4648AE761; Thu, 22 Feb 2018 16:48:31 +0800 (CST) Received: from localhost.localdomain (10.167.226.106) by G08CNEXCHPEKD02.g08.fujitsu.local (10.167.33.89) with Microsoft SMTP Server (TLS) id 14.3.361.1; Thu, 22 Feb 2018 16:48:31 +0800 From: Dou Liyang To: , , CC: , , , Dou Liyang Subject: [PATCH] x86/documentation: Document the correct function name Date: Thu, 22 Feb 2018 16:48:12 +0800 Message-ID: <20180222084812.14497-1-douly.fnst@cn.fujitsu.com> X-Mailer: git-send-email 2.14.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.226.106] X-yoursite-MailScanner-ID: EAA4648AE761.A1719 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: douly.fnst@cn.fujitsu.com X-Spam-Status: No Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org topology_sibling_cpumask() is the correct thread-related topology information in the kernel. S/topology_sibling_mask/topology_sibling_cpumask Signed-off-by: Dou Liyang --- Documentation/x86/topology.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/x86/topology.txt b/Documentation/x86/topology.txt index f3e9d7e9ed6c..2953e3ec9a02 100644 --- a/Documentation/x86/topology.txt +++ b/Documentation/x86/topology.txt @@ -108,7 +108,7 @@ The topology of a system is described in the units of: The number of online threads is also printed in /proc/cpuinfo "siblings." - - topology_sibling_mask(): + - topology_sibling_cpumask(): The cpumask contains all online threads in the core to which a thread belongs. -- 2.14.3