Fix a typo on the PSCI smc call wrapper.

Looks good from:	andrew
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Luiz Otavio O Souza 2018-08-14 13:56:49 +00:00
parent 3571aee662
commit 217643e7da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337752
2 changed files with 2 additions and 2 deletions

View File

@ -45,4 +45,4 @@ END(psci_hvc_despatch)
ENTRY(psci_smc_despatch)
smc #0
RET
END(psci_hvc_despatch)
END(psci_smc_despatch)

View File

@ -46,4 +46,4 @@ END(psci_hvc_despatch)
ENTRY(psci_smc_despatch)
smc #0
ret
END(psci_hvc_despatch)
END(psci_smc_despatch)