Remove inline specifier from vm_page_free_wakeup(), do not
micro-manage compiler. Reviewed by: alc, markj Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
9c0adbf36e
commit
32b600317c
@ -2739,7 +2739,7 @@ vm_page_activate(vm_page_t m)
|
||||
*
|
||||
* The page queues must be locked.
|
||||
*/
|
||||
static inline void
|
||||
static void
|
||||
vm_page_free_wakeup(void)
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user