[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [PATCH 16/40] arm64: add shared_info support
Add the shared_info page. Change-Id: I9706317057959c1207e3d14fa419e069b5461d3a Jira: ENTOS-247 Signed-off-by: Huang Shijie <shijie.huang@xxxxxxx> --- arch/arm/arm64/arm64.S | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/arm64/arm64.S b/arch/arm/arm64/arm64.S index 1321a1d..e16ef95 100644 --- a/arch/arm/arm64/arm64.S +++ b/arch/arm/arm64/arm64.S @@ -30,7 +30,7 @@ .data .globl _boot_stack .globl boot_l1_pgtable, boot_l2_pgtable, boot_l2_pgtable1 - .globl idmap_pgtable + .globl idmap_pgtable, shared_info .align 12 boot_l1_pgtable: @@ -41,6 +41,8 @@ boot_l2_pgtable1: .space PAGE_SIZE idmap_pgtable: .space PAGE_SIZE +shared_info: + .space PAGE_SIZE .align 12 _boot_stack: -- 2.7.4 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |