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:
@@ -3722,7 +3722,7 @@ struct PageFaultContext {
|
|||||||
locked as well as all caches starting from the top cache to at least the
|
locked as well as all caches starting from the top cache to at least the
|
||||||
cache the page lives in.
|
cache the page lives in.
|
||||||
*/
|
*/
|
||||||
static inline status_t
|
static status_t
|
||||||
fault_get_page(PageFaultContext& context)
|
fault_get_page(PageFaultContext& context)
|
||||||
{
|
{
|
||||||
VMCache* cache = context.topCache;
|
VMCache* cache = context.topCache;
|
||||||
|
|||||||
Reference in New Issue
Block a user