summaryrefslogtreecommitdiff
path: root/bl32
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2015-01-26 12:37:47 +0000
committerdanh-arm <dan.handley@arm.com>2015-01-26 12:37:47 +0000
commit860331aa15ab251c515c396a5c095662de4ae5e6 (patch)
treee924ed472c64caeea1c5ecd696230f2bb71e93fb /bl32
parenteadd7a1b1e1dc270bed8df3197ea6fe9f1286849 (diff)
parent22f08973f35d3413148168a0a622d7dcd2c2630b (diff)
Merge pull request #243 from soby-mathew/sm/psci_cleanup_1
Clean-up PSCI code and introduce early validation of parameters v3
Diffstat (limited to 'bl32')
-rw-r--r--bl32/tsp/tsp_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bl32/tsp/tsp_main.c b/bl32/tsp/tsp_main.c
index 2eaca7c9..c6000e19 100644
--- a/bl32/tsp/tsp_main.c
+++ b/bl32/tsp/tsp_main.c
@@ -216,7 +216,7 @@ tsp_args_t *tsp_cpu_off_main(uint64_t arg0,
* this cpu's architectural state is saved in response to an earlier psci
* cpu_suspend request.
******************************************************************************/
-tsp_args_t *tsp_cpu_suspend_main(uint64_t power_state,
+tsp_args_t *tsp_cpu_suspend_main(uint64_t arg0,
uint64_t arg1,
uint64_t arg2,
uint64_t arg3,
@@ -242,8 +242,6 @@ tsp_args_t *tsp_cpu_suspend_main(uint64_t power_state,
#if LOG_LEVEL >= LOG_LEVEL_INFO
spin_lock(&console_lock);
- INFO("TSP: cpu 0x%x suspend request. power state: 0x%x\n",
- mpidr, power_state);
INFO("TSP: cpu 0x%x: %d smcs, %d erets %d cpu suspend requests\n",
mpidr,
tsp_stats[linear_id].smc_count,