mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't inline very large functions.
Gcc has silently not been doing this for a long time.
This commit is contained in:
parent
2da1191964
commit
b4ae478044
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue