Date: Thu, 2 May 1996 15:25:20 -0700 (PDT) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 genassym.c locore.s machdep.c pmap.c src/sys/i386/include param.h pmap.h Message-ID: <199605022225.PAA01610@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/05/02 15:25:20 Modified: sys/i386/i386 genassym.c locore.s machdep.c pmap.c sys/i386/include param.h pmap.h Log: Move atdevbase out of locore.s and into machdep.c Macroize locore.s' page table setup even more, now it's almost readable. Rename PG_U to PG_A (so that I can...) Rename PG_u to PG_U. "PG_u" was just too ugly... Remove some unused vars in pmap.c Remove PG_KR and PG_KW Remove SSIZE Remove SINCR Remove BTOPKERNBASE This concludes my spring cleaning, modulus any bug fixes for messes I have made on the way. (Funny to be back here in pmap.c, that's where my first significant contribution to 386BSD was... :-) Revision Changes Path 1.36 +2 -1 src/sys/i386/i386/genassym.c 1.70 +57 -73 src/sys/i386/i386/locore.s 1.188 +5 -2 src/sys/i386/i386/machdep.c 1.88 +15 -24 src/sys/i386/i386/pmap.c 1.21 +5 -18 src/sys/i386/include/param.h 1.38 +32 -26 src/sys/i386/include/pmap.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605022225.PAA01610>