[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/2] xen/ppc: Add .text.exceptions section for exception vectors
- To: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 18 Oct 2023 17:20:28 +0200
- 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=uyDnMD6I5+3i0wJtXzO4vIDeZUU7PeldcJDsGQnlpfs=; b=DlnozyB+tJ5QD4DuQO6ylTUeHqQtn74dDMFA2YoJSma3OAIHztTgi8UNsoOzK/8R7AFzyjh1IcCf7GtWvfMdTNsdOtyWv7EQEMt2dxDnhi/UmOVSdPBtjSRq/Z4o/STlHttJN+Ap4VRKSR0+EHRVMZNN2BqMQdwrJhTu9JAj8l1p0AJQcIL9OM740jcwwVO7TFQC8pLLWhNBEFDsHmDJOKcDMvfygf4gjX8g4oTIgLdyXCSZG5tJ0dBvBFcBNydcAPdf15pQNvigh6cBjaMxHGtVLQp66vd5dO8UnGe/Y3AqgnoM8A6mq1Wi8o3xREdLfybuB/bE1DVotJNrtXJkvg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=n5/1utX3PSoVUWwEypX77aGJN/bNg+ofRTM7Bks134wlQ9cl2Oy7hkBP829Qp14bPb7UqyfqrCynmEZwRKWFWtZ7Wi1WxCQwmd7rbLBHQQYe9fXh0HzEhoJQML+2dtpuwPbkamtM6A0QIjnv5JbIp+cBbO8P8ZNYH3D6NcjOR/W6tL6RSbxHmfgQpzYuDZ85rMmAchNgZvnFwKEjx8vctzyCu5T1jkNhkLBA5fCMGlj+pRvcdMw/a2IcquqLUYmPfb3yRT1dVdcEnzv/XEESXmV1RgEOM7JiJbDPxah5VhdEtXmQmDrrQQYKDFS9APiS0mgTwmh2bMAyaj1OlCLppg==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Timothy Pearson <tpearson@xxxxxxxxxxxxxxxxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 18 Oct 2023 15:21:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 13.10.2023 20:13, Shawn Anastasio wrote:
> On Power, the exception vectors must lie at a fixed address, depending
> on the state of the Alternate Interrupt Location (AIL) field of the
> Logical Partition Control Register (LPCR). Create a .text.exceptions
> section in the linker script at an address suitable for AIL=3 plus an
> accompanying assertion to pave the way for implementing exception
> support.
>
> Signed-off-by: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|