|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/{RISCV,PPC}/xen.lds: Delete duplicate _erodata definitions
commit e14fece7d48372d64468717ea3d3e65487a0a4f2
Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
AuthorDate: Tue Mar 5 12:21:21 2024 +0000
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Wed Mar 6 12:03:36 2024 +0000
xen/{RISCV,PPC}/xen.lds: Delete duplicate _erodata definitions
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.cooper3@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
Acked-by: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>
---
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 030e1ee37b..05b6db2728 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 8510a87c4d..ace6f49c57 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)
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |