From 98248b16126b11894695569f8c162e1cd7ac24d1 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 12 Mar 2010 11:25:30 +0000 Subject: [PATCH] Let the compiler decide whether to inline or not. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35821 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/vm/vm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;