freebsd-dev/sys/powerpc
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
..
aim Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
compile Don't need the .keep_me files. Obrien and I committed past each other. 2001-07-01 23:35:44 +00:00
conf It's Apple GMAC, not HMAC. 2002-09-22 01:18:06 +00:00
include PIC_GOTOFF is OBE. 2002-09-23 07:27:45 +00:00
ofw OpenFirmware PCI support code. 2002-07-09 13:27:58 +00:00
powermac Driver for the macio south bridge, and ATA cell contained within. 2002-09-19 04:52:07 +00:00
powerpc Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
psim Support files and a h/w tree description for the PSIM ppc simulator 2002-09-19 04:57:10 +00:00