Change leading spaces to tabs, no functional change.

This commit is contained in:
Ian Lepore 2017-09-02 19:22:16 +00:00
parent ac0a9a9064
commit 79a8182b65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323133

View File

@ -119,7 +119,7 @@ bcm2836_mp_start_ap(platform_t plat)
(uint32_t)pmap_kextract((vm_offset_t)mpentry));
/* Firmware put cores in WFE state, need SEV to wake up. */
dsb();
sev();
sev();
/* wait for bootup */
retry = 1000;