Skip to content
Snippets Groups Projects
Commit 28f90357 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Hans de Goede
Browse files

ARM: PSCI: Remove unused psci_text_end symbol


psci_text_end was used to calculate the PSCI stack address following the
secure monitor text. Now that we have an explicit secure stack section,
this is no longer used.

Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 8c0ef7fa
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,4 @@ psci_cpu_off: ...@@ -111,6 +111,4 @@ psci_cpu_off:
1: wfi 1: wfi
b 1b b 1b
.globl psci_text_end
psci_text_end:
.popsection .popsection
...@@ -33,6 +33,4 @@ psci_cpu_off: ...@@ -33,6 +33,4 @@ psci_cpu_off:
1: wfi 1: wfi
b 1b b 1b
.globl psci_text_end
psci_text_end:
.popsection .popsection
...@@ -271,8 +271,3 @@ void __secure psci_arch_init(void) ...@@ -271,8 +271,3 @@ void __secure psci_arch_init(void)
reg &= ~BIT(0); /* Secure mode */ reg &= ~BIT(0); /* Secure mode */
cp15_write_scr(reg); cp15_write_scr(reg);
} }
/* dummy entry for end of psci text */
void __secure psci_text_end(void)
{
}
...@@ -106,6 +106,4 @@ ENTRY(psci_cpu_on) ...@@ -106,6 +106,4 @@ ENTRY(psci_cpu_on)
pop {pc} pop {pc}
ENDPROC(psci_cpu_on) ENDPROC(psci_cpu_on)
.globl psci_text_end
psci_text_end:
.popsection .popsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment