freebsd-src/sys/dev/acpica/Osd
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
..
OsdDebug.c Resolve conflicts arising from the ACPI CA 20020815 import. 2002-08-29 01:52:27 +00:00
OsdHardware.c Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
OsdInterrupt.c Brutally deal with __func__ being 'const char *' on gcc-3.1. 2002-05-19 06:16:47 +00:00
OsdMemory.c Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
OsdSchedule.c Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
OsdStream.c AcpiOsPrintf and AcpiOsVprintf now return void. 2002-02-23 05:32:51 +00:00
OsdSynch.c Fix wrong use of ACPI_NO_UNIT_LIMIT which is for as_maxunits, not as_units. 2002-07-06 13:59:59 +00:00
OsdTable.c Resolve conflicts arising from the ACPI CA 20020725 import. 2002-07-30 19:35:32 +00:00