Fix a typo on the PSCI smc call wrapper.
Looks good from: andrew Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
3571aee662
commit
217643e7da
@ -45,4 +45,4 @@ END(psci_hvc_despatch)
|
||||
ENTRY(psci_smc_despatch)
|
||||
smc #0
|
||||
RET
|
||||
END(psci_hvc_despatch)
|
||||
END(psci_smc_despatch)
|
||||
|
@ -46,4 +46,4 @@ END(psci_hvc_despatch)
|
||||
ENTRY(psci_smc_despatch)
|
||||
smc #0
|
||||
ret
|
||||
END(psci_hvc_despatch)
|
||||
END(psci_smc_despatch)
|
||||
|
Loading…
Reference in New Issue
Block a user