Don't inline very large functions.
Gcc has silently not been doing this for a long time.
This commit is contained in:
parent
79ad2a33ce
commit
1f79e73edc
@ -1262,7 +1262,7 @@ vm_object_split(vm_map_entry_t entry)
|
||||
#define OBSC_COLLAPSE_NOWAIT 0x0002
|
||||
#define OBSC_COLLAPSE_WAIT 0x0004
|
||||
|
||||
static __inline int
|
||||
static int
|
||||
vm_object_backing_scan(vm_object_t object, int op)
|
||||
{
|
||||
int s;
|
||||
|
Loading…
Reference in New Issue
Block a user