From 3dbd8c34176312b0bd3aba2309d284ac83181411 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 4 Jun 2023 15:13:43 +0300 Subject: visionfive2 boots + Make 8250 serial driver more generic + Still TODO: write a tutorial on how to boot on the visionfive2 --- include/arch/vmem.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/arch/vmem.h b/include/arch/vmem.h index d2f031d..118e6ff 100644 --- a/include/arch/vmem.h +++ b/include/arch/vmem.h @@ -98,7 +98,11 @@ stat_t mod_vpage(struct vmem *branch, vm_t vaddr, pm_t paddr, vmflags_t flags); stat_t stat_vpage(struct vmem *branch, vm_t vaddr, pm_t *paddr, enum mm_order *order, vmflags_t *flags); -/** Flush tlb entry where associated with address \p addr. */ +/** + * Flush tlb entry where associated with address \p addr. + * + * @param addr Virtual address region to flush. + */ void flush_tlb(uintptr_t addr); /** Flush full tlb of current address space. */ -- cgit v1.3