From owner-cvs-sys Fri Jan 19 06:20:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA16255 for cvs-sys-outgoing; Fri, 19 Jan 1996 06:20:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA16248 Fri, 19 Jan 1996 06:19:58 -0800 (PST) Date: Fri, 19 Jan 1996 06:19:58 -0800 (PST) From: Peter Wemm Message-Id: <199601191419.GAA16248@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/19 06:19:58 Modified: sys/i386/i386 pmap.c Log: Some trivial fixes to get it to compile again, plus some new lint: - cpuclass should be cpu_class - CPUCLASS_I386 should be CPUCLASS_386 (^^ those only show up if you compile for i386) - two missing prototypes on new functions - one missing static Revision Changes Path 1.74 +7 -4 src/sys/i386/i386/pmap.c