From c4a9334fa698660a5dd1a0c4fddb61ed0893fc58 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 22 Jul 2003 10:24:41 +0000 Subject: Don't attempt to inline large functions mb_alloc() and mb_free(), it more than doubles the text size of this file. GCC has wisely ignored us on this previously --- sys/kern/tty_subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/tty_subr.c') diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index cc4b32a..f59caf9 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); static void clist_init(void *); SYSINIT(clist, SI_SUB_CLIST, SI_ORDER_FIRST, clist_init, NULL) -static struct cblock *cfreelist = 0; +static struct cblock *cfreelist = 0; /* XXX: use */ int cfreecount = 0; static int cslushcount; static int ctotcount; -- cgit v1.1