Date: Wed, 30 Jul 2003 18:25:05 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c Message-ID: <200307310125.h6V1P5Ph097537@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/07/30 18:25:05 PDT FreeBSD src repository Modified files: sys/vm vm_glue.c Log: Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain in sync with the backend machdep code. When cpu_thread_init() does not have the same idea of KSTACK_PAGES as the thing that created the kstack, all hell breaks loose. Bad alc! no cookie! :-) Revision Changes Path 1.180 +2 -0 src/sys/vm/vm_glue.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307310125.h6V1P5Ph097537>