[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] build: Drop CONFIG_$ARCH_$(XEN_OS) definitions
- To: xen-devel@xxxxxxxxxxxxxxxxxxxx
- From: Jiamei Xie <jiamei.xie@xxxxxxx>
- Date: Tue, 20 Jun 2023 17:55:42 +0800
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=gEzqIZLEJxQK5n4KfXGUlk25PodseeNRgwKhXQxp8rg=; b=Gl1ZPiEqLNIBSwJ0TEb403tEDX1050z+dr5oykTiwogeq4BWyg5ElBgtI9VIopQs/GfQ4cCkKPIwEQGOFP7IeAboN3cOcDsu7X0QeVvwX5Q5Src/10ESY8qBJRRZgenWdaM26o5Sq8HL7I2k20K672ud++PIvLMYsKRWq1qyd0oLt1dm9TKH6t5OiHxDjVdBU8SA5bzAIx6ph5xcxbN5Th0ePEQUIDQ+lev/3ki7RxY9qwnsTOOyDl+jnzK0+G9nKZJ4az3N9N56PjPjnHg6UszDm4NW72FZQPu7qatUpFPk3M43x/HSBrtilmVmC95uMi2Nfvz9yhL2aZt7b019hQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=aI8cb0/5+bnYn8McybyszRahdVcKZ9SBO3X51V0XHR4MzLFxat90V6P4SfuKXABg9KvuUPBR34LS0hJifrP3Obq+9BQyfEzjzDUgw1D9ugjgB/XjbwDy5cYKHgJESU5ERqk1RcGlC2638/zVbccq84Rbuer2nCboYbESzIgb2hX+Iil0FUdNGOwx13xprYpRMoafszpZM6yCcIX6xTZkm6QG/7R4oP9AUQw+7BUEnTrrnusr2o7xjXDi31jOCvLziziWL7SU5VEk8NLzCLDbRfAzpFWawCza0DPgqt5OtoBUxoh2QGvIrLzU6Un6HwQJ4yQbSMeRoUzW7VU/rq8ktw==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Delivery-date: Tue, 20 Jun 2023 09:56:09 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
Hi Andrew,
On 2023/6/20 02:06, Andrew Cooper wrote:
These aren't used, and are not obvious useful either.
tools/ does have some logic which works on $(XEN_OS) directly, and some on
CONFIG_$(XEN_OS) too, but this isn't how we typically refer to things.
The only user ever of this scheme was introduced in c0fd920e987 (2006) and
deleted in fa2244104b4 (2010).
No functional change.
Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
I run it on fvp_base_revc. It works fine.
Tested-by: Jiamei Xie <jiamei.xie@xxxxxxx <mailto:jiamei.xie@xxxxxxx>
Best wishes,
Jiamei
|