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
This commit is contained in:
Ingo Weinhold
2010-03-12 11:25:30 +00:00
parent 8b56f14aeb
commit 98248b1612
+1 -1
View File
@@ -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;