RISC-V changes look good to me.

Reviewed-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>

~ Oleksii

On Tue, 2024-03-05 at 12:21 +0000, Andrew Cooper wrote:
> This is bad copy/paste from somewhere.  Retain the second _erodata
> symbol,
> which follows the Build ID, and matches the other architectures.
> 
> No functional change.
> 
> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
> ---
> CC: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
> CC: Shawn Anastasio <sanasta...@raptorengineering.com>
> ---
>  xen/arch/ppc/xen.lds.S   | 1 -
>  xen/arch/riscv/xen.lds.S | 1 -
>  2 files changed, 2 deletions(-)
> 
> diff --git a/xen/arch/ppc/xen.lds.S b/xen/arch/ppc/xen.lds.S
> index 030e1ee37b55..05b6db272805 100644
> --- a/xen/arch/ppc/xen.lds.S
> +++ b/xen/arch/ppc/xen.lds.S
> @@ -60,7 +60,6 @@ SECTIONS
>          VPCI_ARRAY
>  
>          . = ALIGN(POINTER_ALIGN);
> -        _erodata = .;        /* End of read-only data */
>      } :text
>  
>      #if defined(BUILD_ID)
> diff --git a/xen/arch/riscv/xen.lds.S b/xen/arch/riscv/xen.lds.S
> index 8510a87c4d06..ace6f49c579c 100644
> --- a/xen/arch/riscv/xen.lds.S
> +++ b/xen/arch/riscv/xen.lds.S
> @@ -60,7 +60,6 @@ SECTIONS
>          VPCI_ARRAY
>  
>          . = ALIGN(POINTER_ALIGN);
> -        _erodata = .;        /* End of read-only data */
>      } :text
>  
>      #if defined(BUILD_ID)
> 
> base-commit: fc84b4a5a37b9250d87ef63983b48e1953bba6d1
> prerequisite-patch-id: b14999775a3dc222f2f94d7d5d7a1db377de9cb9
> prerequisite-patch-id: 00650d75df673992b4c8cb6d7ac61dab72b9b309
> prerequisite-patch-id: 5464f5f1e7448cde38749a3744c9e74708727dee


Reply via email to