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 61fcb18c7e5b..486a15ae9011 100644 --- a/arch/arm/kernel/head.S +++ b/arch/arm/kernel/head.S | |||
@@ -334,7 +334,7 @@ ENTRY(secondary_startup) | |||
334 | * as it has already been validated by the primary processor. | 334 | * as it has already been validated by the primary processor. |
335 | */ | 335 | */ |
336 | #ifdef CONFIG_ARM_VIRT_EXT | 336 | #ifdef CONFIG_ARM_VIRT_EXT |
337 | bl __hyp_stub_install | 337 | bl __hyp_stub_install_secondary |
338 | #endif | 338 | #endif |
339 | safe_svcmode_maskall r9 | 339 | safe_svcmode_maskall r9 |
340 | 340 | ||