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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABDAFC6FA82 for ; Tue, 13 Sep 2022 08:03:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231317AbiIMIDp (ORCPT ); Tue, 13 Sep 2022 04:03:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230254AbiIMIDm (ORCPT ); Tue, 13 Sep 2022 04:03:42 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 1C05E5A819 for ; Tue, 13 Sep 2022 01:03:39 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D420B106F; Tue, 13 Sep 2022 01:03:45 -0700 (PDT) Received: from [10.162.42.9] (unknown [10.162.42.9]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 657083F73B; Tue, 13 Sep 2022 01:03:37 -0700 (PDT) Message-ID: <84fa2ddf-488f-f66b-486b-01d7f896f7fb@arm.com> Date: Tue, 13 Sep 2022 13:33:34 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 03/16] mm: remove obsolete macro NR_PCP_ORDER_MASK Content-Language: en-US To: Miaohe Lin , akpm@linux-foundation.org Cc: david@redhat.com, osalvador@suse.de, linux-mm@kvack.org, linux-kernel@vger.kernel.org References: <20220909092451.24883-1-linmiaohe@huawei.com> <20220909092451.24883-4-linmiaohe@huawei.com> From: Anshuman Khandual In-Reply-To: <20220909092451.24883-4-linmiaohe@huawei.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/9/22 14:54, Miaohe Lin wrote: > Since commit 8b10b465d0e1 ("mm/page_alloc: free pages in a single pass > during bulk free"), it's not used anymore. Remove it. > > Signed-off-by: Miaohe Lin With those additional changes suggested by Matthew earlier Reviewed-by: Anshuman Khandual > --- > include/linux/mmzone.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h > index d907a29cc429..6950179a20a2 100644 > --- a/include/linux/mmzone.h > +++ b/include/linux/mmzone.h > @@ -569,7 +569,6 @@ enum zone_watermarks { > * in the least significant bits. > */ > #define NR_PCP_ORDER_WIDTH 8 > -#define NR_PCP_ORDER_MASK ((1< > #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) > #define low_wmark_pages(z) (z->_watermark[WMARK_LOW] + z->watermark_boost)