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=-8.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 A6E05C48BD5 for ; Tue, 25 Jun 2019 22:32:37 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7AD022054F for ; Tue, 25 Jun 2019 22:32:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gRA027MV"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amperemail.onmicrosoft.com header.i=@amperemail.onmicrosoft.com header.b="tmug3Ut7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7AD022054F Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=os.amperecomputing.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:In-Reply-To:References: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=GbheLuv9XeUASrXXymGyBeyeAVPVmdPQ4zc86SIvwDg=; b=gRA027MVHG7UMG fuloDKRppfIyvG+h0A7tjKAaEaPPJBrH2UaGZKwWEj6Nxm1p9gVORC2R3yt0QksGrVpvihgzMKoMO OamTwi2l+FsBqB0SGgCTl9k5JOURBcd/UU6QTS6Qhq3DJkNCcPv1S8Tl3djZ6xgr5h7lyVjQDGOna e8EgDCxTT4pcQns6HF7c+MVDvSKkPtUfr+3kIqtxX6pqEJR+JvFXuWg2ouAkCs+1RvLLvzZIozyMl Snr4+Y5lhy68YmZuS46f9WzdB3Cw4thX8tJiYv5eHOk0jw7PcRLEmZOZRKerqQnDD3SlfJV6QknzM 85c1hXSGn/wk+jMFrgqw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hftzJ-0000tg-V6; Tue, 25 Jun 2019 22:32:30 +0000 Received: from mail-eopbgr720138.outbound.protection.outlook.com ([40.107.72.138] helo=NAM05-CO1-obe.outbound.protection.outlook.com) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hftxR-0008V7-Pm for linux-arm-kernel@lists.infradead.org; Tue, 25 Jun 2019 22:30:35 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amperemail.onmicrosoft.com; s=selector2-amperemail-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jbppUUAYT2AfIAmhAET+jY1XsjbiX6rRh2UHg2M9od0=; b=tmug3Ut725wpACc8ydAqEn/tFctxP9ckcgxYgKTDsO92sz7FdLTiIDzgtbCIkboN/JZ3tJaaJ5yIDahgJjqnJHpGJS95sWIzdPoGaaD1tXTIRrhqIbrJ49W7BcCdKiaRuMZuzm02YGl3B3WmSTUfXpn2o2b1H6EAJNX558j1hDY= Received: from DM6PR01MB4090.prod.exchangelabs.com (20.176.104.151) by DM6PR01MB5308.prod.exchangelabs.com (20.177.220.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.2008.16; Tue, 25 Jun 2019 22:30:29 +0000 Received: from DM6PR01MB4090.prod.exchangelabs.com ([fe80::f0f2:16e1:1db7:ccb3]) by DM6PR01MB4090.prod.exchangelabs.com ([fe80::f0f2:16e1:1db7:ccb3%7]) with mapi id 15.20.2008.017; Tue, 25 Jun 2019 22:30:29 +0000 From: Hoan Tran OS To: Catalin Marinas , Will Deacon , Andrew Morton , Michal Hocko , Vlastimil Babka , Oscar Salvador , Pavel Tatashin , Mike Rapoport , Alexander Duyck , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H . Peter Anvin" , "David S . Miller" , Heiko Carstens , Vasily Gorbik , Christian Borntraeger Subject: [PATCH 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES Thread-Topic: [PATCH 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES Thread-Index: AQHVK6WX71HRsQts10W3HaW79T6UPw== Date: Tue, 25 Jun 2019 22:30:29 +0000 Message-ID: <1561501810-25163-4-git-send-email-Hoan@os.amperecomputing.com> References: <1561501810-25163-1-git-send-email-Hoan@os.amperecomputing.com> In-Reply-To: <1561501810-25163-1-git-send-email-Hoan@os.amperecomputing.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-clientproxiedby: CY4PR22CA0052.namprd22.prod.outlook.com (2603:10b6:903:ae::14) To DM6PR01MB4090.prod.exchangelabs.com (2603:10b6:5:2a::23) authentication-results: spf=none (sender IP is ) smtp.mailfrom=hoan@os.amperecomputing.com; x-ms-exchange-messagesentrepresentingtype: 1 x-mailer: git-send-email 2.7.4 x-originating-ip: [4.28.12.214] x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 16a4bc1b-35a8-4854-ac90-08d6f9bcba32 x-microsoft-antispam: BCL:0; PCL:0; RULEID:(2390118)(7020095)(4652040)(8989299)(4534185)(4627221)(201703031133081)(201702281549075)(8990200)(5600148)(711020)(4605104)(1401327)(2017052603328)(7193020); SRVR:DM6PR01MB5308; x-ms-traffictypediagnostic: DM6PR01MB5308: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:3383; x-forefront-prvs: 0079056367 x-forefront-antispam-report: SFV:NSPM; SFS:(10019020)(376002)(366004)(136003)(39840400004)(346002)(396003)(199004)(189003)(256004)(4326008)(53936002)(14454004)(4744005)(7736002)(52116002)(107886003)(50226002)(6486002)(81156014)(81166006)(64756008)(8936002)(66446008)(8676002)(6436002)(110136005)(26005)(5660300002)(99286004)(66946007)(73956011)(6506007)(76176011)(186003)(386003)(102836004)(66066001)(2906002)(446003)(305945005)(54906003)(2616005)(66556008)(66476007)(11346002)(316002)(476003)(6512007)(1511001)(478600001)(71190400001)(3846002)(71200400001)(7416002)(6116002)(86362001)(25786009)(68736007)(486006)(921003)(1121003); DIR:OUT; SFP:1102; SCL:1; SRVR:DM6PR01MB5308; H:DM6PR01MB4090.prod.exchangelabs.com; FPR:; SPF:None; LANG:en; PTR:InfoNoRecords; A:0; MX:1; received-spf: None (protection.outlook.com: os.amperecomputing.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 x-microsoft-antispam-message-info: XGqFPyOpimu48tsAkwftSFmED4Px3bP5sV6qJN03m59v8RJn4jMS79/UnHNsZeW4EXKFHP9t9N+pO+r8hq1nOpwO+WsLfsVY6RolBd3Cpcn9CjAB4ohVNIM4ZlzUEtSrjp4K9fW+iSF2OgNm5h9iq2pmulMeD1GBeEcegNJMnJ6iGnz9byQWXpF+vOX358HRhwkj+yWXTeA/83kixGMdJK7ShMTo5eVkt0v6EdFm9PAnbnO8dtaVUBoOI3xYADSwKBqP7o0LCsH7fwuITmByyr0IXdx2VcNH49Qise8qi34VIhHl1acNnK0NR3WLMSQYAw50479HPnNcofF1HdIxTF3PSxhQgVrCRtXFYua39kh9rt6q4nzbW0cLdbS5aK8jcElQvH1KIs76zUukiOEf60CkY/O1mWJSvR17VGjDTF8= MIME-Version: 1.0 X-OriginatorOrg: os.amperecomputing.com X-MS-Exchange-CrossTenant-Network-Message-Id: 16a4bc1b-35a8-4854-ac90-08d6f9bcba32 X-MS-Exchange-CrossTenant-originalarrivaltime: 25 Jun 2019 22:30:29.6312 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 3bc2b170-fd94-476d-b0ce-4229bdc904a7 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: Hoan@os.amperecomputing.com X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM6PR01MB5308 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190625_153034_292412_B3983E36 X-CRM114-Status: GOOD ( 10.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "linux-s390@vger.kernel.org" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , "open list:MEMORY MANAGEMENT" , Hoan Tran OS , "sparclinux@vger.kernel.org" , Open Source Submission , "linuxppc-dev@lists.ozlabs.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch removes CONFIG_NODES_SPAN_OTHER_NODES as it's enabled by default with NUMA. Signed-off-by: Hoan Tran --- arch/x86/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2bbbd4d..fa9318c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1567,15 +1567,6 @@ config X86_64_ACPI_NUMA ---help--- Enable ACPI SRAT based node topology detection. -# Some NUMA nodes have memory ranges that span -# other nodes. Even though a pfn is valid and -# between a node's start and end pfns, it may not -# reside on that node. See memmap_init_zone() -# for details. -config NODES_SPAN_OTHER_NODES - def_bool y - depends on X86_64_ACPI_NUMA - config NUMA_EMU bool "NUMA emulation" depends on NUMA -- 2.7.4 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel