trivial: add missing space character

Signed-off-by: Kent McLeod <kent@kry10.com>
This commit is contained in:
Kent McLeod
2022-05-20 12:18:07 +10:00
committed by Kent McLeod
parent aff5d9930c
commit d18f752739

View File

@@ -100,7 +100,7 @@ static inline void sfence(void)
{
fence_w_rw();
sfence_local();
word_tmask = get_sbi_mask_for_all_remote_harts();
word_t mask = get_sbi_mask_for_all_remote_harts();
sbi_remote_sfence_vma(mask, 0, 0);
}