diff --git a/src/system/kernel/vm/vm.cpp b/src/system/kernel/vm/vm.cpp index e43a716a55..caa9d480d9 100644 --- a/src/system/kernel/vm/vm.cpp +++ b/src/system/kernel/vm/vm.cpp @@ -3722,7 +3722,7 @@ struct PageFaultContext { locked as well as all caches starting from the top cache to at least the cache the page lives in. */ -static inline status_t +static status_t fault_get_page(PageFaultContext& context) { VMCache* cache = context.topCache;