Date: Wed, 4 Jul 2001 13:15:20 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c vm_map.h vm_object.c vm_object.h vm_page.c vm_page.h Message-ID: <200107042015.f64KFKS31133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2001/07/04 13:15:20 PDT Modified files: sys/vm vm_map.c vm_map.h vm_object.c vm_object.h vm_page.c vm_page.h Log: Change inlines back into mainline code in preparation for mutexing. Also, most of these inlines had been bloated in -current far beyond their original intent. Normalize prototypes and function declarations to be ANSI only (half already were). And do some general cleanup. (kernel size also reduced by 50-100K, but that isn't the prime intent) Revision Changes Path 1.206 +184 -107 src/sys/vm/vm_map.c 1.66 +54 -125 src/sys/vm/vm_map.h 1.196 +108 -91 src/sys/vm/vm_object.c 1.73 +27 -96 src/sys/vm/vm_object.h 1.167 +315 -111 src/sys/vm/vm_page.c 1.88 +46 -315 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107042015.f64KFKS31133>