From owner-cvs-sys Fri Sep 27 21:51:02 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA10712 for cvs-sys-outgoing; Fri, 27 Sep 1996 21:51:02 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA10618; Fri, 27 Sep 1996 21:50:51 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id OAA17033; Sat, 28 Sep 1996 14:47:32 +1000 Date: Sat, 28 Sep 1996 14:47:32 +1000 From: Bruce Evans Message-Id: <199609280447.OAA17033@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, dyson@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 pmap.c > sys/i386/include cpufunc.h > Log: > Move pmap_update_1pg to cpufunc.h. Additionally, > use the invlpg opcode instead of the nasty looking .byte directives. Er, I thought we agreed that only i386 primitives belonged in cpufunc.h. invalpg is an i386 primitive and pmap_update_1pg is a pmap function that just happens to correspond directly to invalpg. Bruce