Date: Sat, 28 Sep 1996 14:47:32 +1000 From: Bruce Evans <bde@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 Message-ID: <199609280447.OAA17033@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609280447.OAA17033>
