From nobody Fri May 17 09:01:39 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1645641691; cv=none; d=zohomail.com; s=zohoarc; b=exPtzDiczEo5IbsAaFQHBmcdAJVK72StE5spGR/4QRf/ox+BgqlCjFcXqUmInS3sCwlOUPbmvlq3Rwsnq/k6OiNkcw/o0q7vPnvUAYrvRWQuIKKA8qYxeyAnTFViTe48N3+A4kzMEsoISL4dckYQmXR0vIP6UL3NgYmIf8Vu/2o= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1645641691; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=gZuPgiqxjVfP/Y7/jxgEUCCMKOsAyvpkD31FqQ8FjqY=; b=WL1lI96GzPoql6igfn7xhg5jbnAnQd002nKCu0Hq7lV074iW6mMEbeWwEDbU9J6sKFBOhNvNUjyMHDkIHJpQWIS+/4sQcfyFopk4Fbr4BK+ROUbthCiHAUFxlWWVxK5y2Bod7L7j/xeSGVE50XxqufQ4LMqsrZ/UlLUMLrBNRoA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1645641691389295.6327531669656; Wed, 23 Feb 2022 10:41:31 -0800 (PST) Received: from list by lists.xenproject.org with outflank-mailman.277709.474507 (Exim 4.92) (envelope-from ) id 1nMwZe-0006xv-HS; Wed, 23 Feb 2022 18:41:14 +0000 Received: by outflank-mailman (output) from mailman id 277709.474507; Wed, 23 Feb 2022 18:41:14 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nMwZe-0006xo-D4; Wed, 23 Feb 2022 18:41:14 +0000 Received: by outflank-mailman (input) for mailman id 277709; Wed, 23 Feb 2022 18:41:13 +0000 Received: from mail.xenproject.org ([104.130.215.37]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nMwZd-0006xi-P5 for xen-devel@lists.xenproject.org; Wed, 23 Feb 2022 18:41:13 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nMwZd-0007ws-IE; Wed, 23 Feb 2022 18:41:13 +0000 Received: from 54-240-197-232.amazon.com ([54.240.197.232] helo=dev-dsk-jgrall-1b-035652ec.eu-west-1.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1nMwZd-0001AZ-A0; Wed, 23 Feb 2022 18:41:13 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:MIME-Version:Message-Id:Date: Subject:Cc:To:From; bh=gZuPgiqxjVfP/Y7/jxgEUCCMKOsAyvpkD31FqQ8FjqY=; b=A6rgHd bgozl/Q+QTO+Qdv5ULWSn4GQSesSUxGCc07L8ClPm5WD/WmnBitB52UhZokGC2vxq5MuuMWqj88z9 /j958oQYcw2xBZaF3J5u8tbcGRy9bNykbTPLj86avjTDO/jI6RH4HLVQACV4BPqPqsz0U4BxCgZTf WD5P16IigGA=; From: Julien Grall To: xen-devel@lists.xenproject.org Cc: julien@xen.org, Julien Grall , Andrew Cooper , George Dunlap , Jan Beulich , Stefano Stabellini , Wei Liu Subject: [PATCH] xen/mm: pg_offlined can be defined as bool in free_heap_pages() Date: Wed, 23 Feb 2022 18:41:10 +0000 Message-Id: <20220223184110.7941-1-julien@xen.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @xen.org) X-ZM-MESSAGEID: 1645641693270100001 Content-Type: text/plain; charset="utf-8" From: Julien Grall The local variable pg_offlined in free_heap_pages() can only take two values. So switch it to a bool. Signed-off-by: Julien Grall --- xen/common/page_alloc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c index e971bf91e0be..72e6cac2365d 100644 --- a/xen/common/page_alloc.c +++ b/xen/common/page_alloc.c @@ -1437,8 +1437,9 @@ static void free_heap_pages( { unsigned long mask; mfn_t mfn =3D page_to_mfn(pg); - unsigned int i, node =3D phys_to_nid(mfn_to_maddr(mfn)), pg_offlined = =3D 0; + unsigned int i, node =3D phys_to_nid(mfn_to_maddr(mfn)); unsigned int zone =3D page_to_zone(pg); + bool pg_offlined =3D true; =20 ASSERT(order <=3D MAX_ORDER); =20 @@ -1447,7 +1448,7 @@ static void free_heap_pages( for ( i =3D 0; i < (1 << order); i++ ) { if ( mark_page_free(&pg[i], mfn_add(mfn, i)) ) - pg_offlined =3D 1; + pg_offlined =3D true; =20 if ( need_scrub ) { --=20 2.32.0