From owner-freebsd-commit Sat Nov 18 00:12:58 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02259 for freebsd-commit-outgoing; Sat, 18 Nov 1995 00:12:58 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02246 for cvs-all-outgoing; Sat, 18 Nov 1995 00:12:54 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02235 for cvs-sys-outgoing; Sat, 18 Nov 1995 00:12:50 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02215 ; Sat, 18 Nov 1995 00:12:33 -0800 Date: Sat, 18 Nov 1995 00:12:33 -0800 From: Bruce Evans Message-Id: <199511180812.AAA02215@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa/ic i82586.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/18 00:12:32 Modified: sys/i386/isa/ic i82586.h Log: Staticized an inline function. All inlines in kernel headers should be static. The function shouldn't be here anyway. It is driver dependent, while `ic' files are supposed to only depend on the IC.