Date: Sun, 1 Jun 2003 16:59:48 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_object.c vm_object.h Message-ID: <200306012359.h51NxmTc086552@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/06/01 16:59:48 PDT FreeBSD src repository Modified files: sys/vm vm_object.c vm_object.h Log: Change kernel_object and kmem_object to (&kernel_object_store) and (&kmem_object_store), respectively. This allows the address of these objects to be resolved at link-time rather than run-time. Revision Changes Path 1.290 +3 -6 src/sys/vm/vm_object.c 1.97 +5 -2 src/sys/vm/vm_object.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306012359.h51NxmTc086552>