[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/2] common: make page_{is,get}_ram_type() x86-only
- To: Jan Beulich <jbeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 19 Aug 2025 13:40:53 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=q9EZfx+dGx80nPNepjfNrACy30O6GM/cb6wg7FI1Zm8=; b=VqlEAGhQEr00n40lagz9X3+SAxPKLEak7YVRt6VcyD8b2mANKdbBGYs8w0Xuo+LsuBqHa/bBbRZV0h5vXuiO3Q6IAUe5nMipKInWv2UBYU+jW0sxyeCONnBm4XzugPCCrGWezx8mnsO1tUeo6CMrv1XCCIU3xnC5cHrfufggY38qnT2ImNybIo1/9b8Tll0kHO8DzpC0sfWq5rWOlHkOpDRZTineVNgpDzZAA2lWFe8r5860EgTY8gI7jQrp0ZB91fOEXLiTHD+Ls+3kI/k8YKwbbAiCPCdJzDQzFY6chtHyX5QQY2ETZfpQJ8G1dfN/eK0guGDXbjjvh00L5eWLJA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=nxZFYx+pMDcTzwVr1jdlggWNB6XgeaAuq/j9/LnGCpVBWZhpyxTSMNn+eFHNPhXbr/eKgd5iwTNOtPljbOePNP3Nl1JyvmsmkJNqa31UBpyvfQDJyZMzdhEU7FF1iSY0gYBED+XWXFXKrM2wdWwsMBt7AsQes8D2uWtHV2AbCuFFLLg8CybBbvWNh+yg0vfzpKB44mEoebHZcQrCoHhNceaTKT5H/acQ6KmNYJK/g6GGcBrOqCLch1JWpbG61d/qY2Uv2RBmKBJM6bZe9TUNVLVpQtxSrACv6ixFgQ9Ac7UwxmhymG5t65OQPA5fIu/pLx9qpIoIhkIv4BkfYJt8GQ==
- Cc: Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Tue, 19 Aug 2025 17:52:01 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-08-18 03:57, Jan Beulich wrote:
The classification is pretty E820-centric anyway, and all uses of the
function are now in x86-only code.
Switch the boolean return type to properly use bool while at it.
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|