From owner-cvs-sys Sun May 26 23:03:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA01530 for cvs-sys-outgoing; Sun, 26 May 1996 23:03:14 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA01487; Sun, 26 May 1996 23:02:57 -0700 (PDT) Date: Sun, 26 May 1996 23:02:57 -0700 (PDT) From: Peter Wemm Message-Id: <199605270602.XAA01487@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/05/26 23:02:57 Modified: sys/i386/isa syscons.c Log: Fix the warnings about "cant inline call to xxx" by reordering two functions. It seems gcc wants to have seen the definitions of the function before it will insert it inline in a caller. Revision Changes Path 1.150 +49 -46 src/sys/i386/isa/syscons.c