mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
Merge "fix(psci): remove unreachable switch/case blocks" into integration
This commit is contained in:
commit
e6faf28289
1 changed files with 0 additions and 10 deletions
|
@ -567,10 +567,6 @@ u_register_t psci_smc_handler(uint32_t smc_fid,
|
|||
ret = psci_migrate_info_up_cpu();
|
||||
break;
|
||||
|
||||
case PSCI_FEATURES:
|
||||
ret = (u_register_t)psci_features(x1);
|
||||
break;
|
||||
|
||||
case PSCI_NODE_HW_STATE_AARCH64:
|
||||
ret = (u_register_t)psci_node_hw_state(
|
||||
x1, (unsigned int) x2);
|
||||
|
@ -580,12 +576,6 @@ u_register_t psci_smc_handler(uint32_t smc_fid,
|
|||
ret = (u_register_t)psci_system_suspend(x1, x2);
|
||||
break;
|
||||
|
||||
#if PSCI_OS_INIT_MODE
|
||||
case PSCI_SET_SUSPEND_MODE:
|
||||
ret = (u_register_t)psci_set_suspend_mode(x1);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if ENABLE_PSCI_STAT
|
||||
case PSCI_STAT_RESIDENCY_AARCH64:
|
||||
ret = psci_stat_residency(x1, (unsigned int) x2);
|
||||
|
|
Loading…
Add table
Reference in a new issue