freebsd-dev/sys/amd64
Scott Long 316ec49abd Some kernel threads try to do significant work, and the default KSTACK_PAGES
doesn't give them enough stack to do much before blowing away the pcb.
This adds MI and MD code to allow the allocation of an alternate kstack
who's size can be speficied when calling kthread_create.  Passing the
value 0 prevents the alternate kstack from being created.  Note that the
ia64 MD code is missing for now, and PowerPC was only partially written
due to the pmap.c being incomplete there.
Though this patch does not modify anything to make use of the alternate
kstack, acpi and usb are good candidates.

Reviewed by:	jake, peter, jhb
2002-10-02 07:44:29 +00:00
..
acpica Trash the PnPBIOStable pointer later on when we know that the acpi probe 2002-09-30 18:45:20 +00:00
amd64 Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Add the pst (Promise SX6000) driver to GENERIC. 2002-09-27 19:09:21 +00:00
ia32 Make the following name changes to KSE related functions, etc., to better 2002-09-25 18:10:42 +00:00
include It is too much work convincing lint why we would want empty structures, 2002-10-01 14:08:08 +00:00
isa Be consistent about "static" functions: if the function is marked 2002-09-28 17:15:38 +00:00
pci Don't call function in return() for a void function. 2002-09-28 17:36:29 +00:00
Makefile