summaryrefslogtreecommitdiff
path: root/plat/common/aarch64/platform_mp_stack.S
diff options
context:
space:
mode:
Diffstat (limited to 'plat/common/aarch64/platform_mp_stack.S')
-rw-r--r--plat/common/aarch64/platform_mp_stack.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/plat/common/aarch64/platform_mp_stack.S b/plat/common/aarch64/platform_mp_stack.S
index 8571b17..c560838 100644
--- a/plat/common/aarch64/platform_mp_stack.S
+++ b/plat/common/aarch64/platform_mp_stack.S
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2014, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -50,10 +50,10 @@
* -----------------------------------------------------
*/
func platform_set_coherent_stack
- mov x5, x30 // lr
+ mov x9, x30 // lr
get_mp_stack pcpu_dv_mem_stack, PCPU_DV_MEM_STACK_SIZE
mov sp, x0
- ret x5
+ ret x9
endfunc platform_set_coherent_stack
/* -----------------------------------------------------