From 1805ea2e59d90e0d14636fbac362af4e6f924d85 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 29 Feb 2024 13:23:55 -0500 Subject: kernel: vm: vm_get_bsp_ctx() -> vm_get_ctx() Signed-off-by: Ian Moffett --- sys/include/vm/vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/include/vm/vm.h') diff --git a/sys/include/vm/vm.h b/sys/include/vm/vm.h index 4ea6d22..2a24d76 100644 --- a/sys/include/vm/vm.h +++ b/sys/include/vm/vm.h @@ -60,6 +60,6 @@ vm_get_page_size(void) } void vm_init(void); -struct vm_ctx *vm_get_bsp_ctx(void); +struct vm_ctx *vm_get_ctx(void); #endif /* !_VM_H_ */ -- cgit v1.2.3