Alan Cox 49a2507bd1 Migrate the thread stack management functions from the machine-dependent
to the machine-independent parts of the VM.  At the same time, this
introduces vm object locking for the non-i386 platforms.

Two details:

1. KSTACK_GUARD has been removed in favor of KSTACK_GUARD_PAGES.  The
different machine-dependent implementations used various combinations
of KSTACK_GUARD and KSTACK_GUARD_PAGES.  To disable guard page, set
KSTACK_GUARD_PAGES to 0.

2. Remove the (unnecessary) clearing of PG_ZERO in vm_thread_new.  In
5.x, (but not 4.x,) PG_ZERO can only be set if VM_ALLOC_ZERO is passed
to vm_page_alloc() or vm_page_grab().
2003-06-14 23:23:55 +00:00
..
2003-05-19 20:29:07 +00:00
2003-04-20 01:35:21 +00:00
2003-02-08 20:37:55 +00:00
2002-06-29 07:04:59 +00:00
2003-05-19 20:29:07 +00:00
2003-06-02 06:43:15 +00:00
2003-06-02 00:29:35 +00:00
2003-01-28 19:05:44 +00:00
2003-03-24 20:44:39 +00:00
2002-10-23 10:14:30 +00:00
2002-11-27 16:28:18 +00:00