[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 1/3] xen/riscv: introduce setup_initial_pages
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 27 Feb 2023 16:19:30 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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=8SuU/FIvvPOZbW+8xr9unHNx2CZukdMGge2w3DZNDZY=; b=kRBgyEpZjuMDc0gM/njQGWQwHTz9jkseDA+51xQMUJscJpy6gmbzmwO0GEKxSKUWi7US6F2hLxc/hH3MmKBSLSgj6abJoKZP3g4XicWz6k9QoITgCUMTdsAHdGJgnBkjvx6LFCTqZvbrPdgzCG6XBBi+ls7Pt1rQAJaC+vXePg2DH32z3fchf7W2oSQB4ssiE7qxQDN91aYTyJtWFAxZMS97MslhPMM2KyoZ2iaGUCv29bDgMhk1SmV2TNI72PxXhh65VVtEvisQykJ4eS16MI0d2SsUxtZTeZTc496Yl5Yy1Cpqw81eqYREJxJwHU7COHLNWvRG1ktUCUYToZaw6w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MpUI80c6wyG8P9po8PoSKsSR6nqlsIV4VLfVRf0xN+3kTZQeBp2uS7lZChpZKaARqdcbFi2x0ixYt/PxQskMnES810djB4d3GPu1zi0Gtdn+yCWJboPHCqjmqLHLAoMpgkjt7OKX3+06cGc14DV2naWalPEhWX8E3+ob0fcvWCJfzE0tgOqo5xHhhM2xHJMuKsBgCTei+YCa5/q651Zo/Q9jkg2ck9K1ZEIyneeDGJXrhSUNR35teKHYDSEyXc2LsXidV2ZOLiHpwPQZPIuHAAB9MPlg+/6R2x2Dmx25DpG0OK1E491Jy2YDRPxmFvwyw/Zqs/jRsBLXKf3+kfvpHw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Gianluca Guida <gianluca@xxxxxxxxxxxx>, Bob Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 27 Feb 2023 15:20:04 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 27.02.2023 16:12, Jan Beulich wrote:
> On 24.02.2023 16:06, Oleksii Kurochko wrote:
>> +static void __attribute__((section(".entry")))
>> +_setup_initial_pagetables(pte_t *second, pte_t *first, pte_t *zeroeth,
>
> Why the special section (also again further down)?
Looking at patch 2 it occurred to me that you probably mean __init here.
Jan
|