diff options
Diffstat (limited to 'arch/arm/kernel/head.S')
-rw-r--r-- | arch/arm/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/head.S b/arch/arm/kernel/head.S index 4eee351f4668..16abc8322f79 100644 --- a/arch/arm/kernel/head.S +++ b/arch/arm/kernel/head.S | |||
@@ -331,7 +331,7 @@ ENTRY(secondary_startup) | |||
331 | * as it has already been validated by the primary processor. | 331 | * as it has already been validated by the primary processor. |
332 | */ | 332 | */ |
333 | #ifdef CONFIG_ARM_VIRT_EXT | 333 | #ifdef CONFIG_ARM_VIRT_EXT |
334 | bl __hyp_stub_install | 334 | bl __hyp_stub_install_secondary |
335 | #endif | 335 | #endif |
336 | safe_svcmode_maskall r9 | 336 | safe_svcmode_maskall r9 |
337 | 337 | ||