Fixed attributes in mem.c.
This commit is contained in:
@@ -228,8 +228,8 @@ typedef struct page_t {
|
|||||||
} page_t;
|
} page_t;
|
||||||
|
|
||||||
extern uint32_t purgable_page_list_head;
|
extern uint32_t purgable_page_list_head;
|
||||||
static inline int
|
__attribute__((always_inline)) static inline int
|
||||||
page_in_evict_list(page_t *p) __attribute__((always_inline))
|
page_in_evict_list(page_t *p)
|
||||||
{
|
{
|
||||||
return (p->evict_prev != EVICT_NOT_IN_LIST);
|
return (p->evict_prev != EVICT_NOT_IN_LIST);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user