summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-07-22 09:27:58 +0000
committerphk <phk@FreeBSD.org>2003-07-22 09:27:58 +0000
commitdf7d325032a4951ef4fbcd5c2df3b8171dba4861 (patch)
tree606e1a8a80a69dbef5b64751ffff90298f803950 /sys
parent3a7820a1f7772de615df20665b650720e3bfe8e5 (diff)
downloadFreeBSD-src-df7d325032a4951ef4fbcd5c2df3b8171dba4861.zip
FreeBSD-src-df7d325032a4951ef4fbcd5c2df3b8171dba4861.tar.gz
Don't inline very large functions.
Gcc has silently not been doing this for a long time.
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/vm_object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
index dd1d907..23b88b7 100644
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -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;
OpenPOWER on IntegriCloud