freebsd-dev/sys/arm/xscale/i8134x
Konstantin Belousov edc8222303 Make kstack_pages a tunable on arm, x86, and powepc. On i386, the
initial thread stack is not adjusted by the tunable, the stack is
allocated too early to get access to the kernel environment. See
TD0_KSTACK_PAGES for the thread0 stack sizing on i386.

The tunable was tested on x86 only.  From the visual inspection, it
seems that it might work on arm and powerpc.  The arm
USPACE_SVC_STACK_TOP and powerpc USPACE macros seems to be already
incorrect for the threads with non-default kstack size.  I only
changed the macros to use variable instead of constant, since I cannot
test.

On arm64, mips and sparc64, some static data structures are sized by
KSTACK_PAGES, so the tunable is disabled.

Sponsored by:	The FreeBSD Foundation
MFC after:	2 week
2015-08-10 17:18:21 +00:00
..
crb_machdep.c Make kstack_pages a tunable on arm, x86, and powepc. On i386, the 2015-08-10 17:18:21 +00:00
files.crb
files.i81342 Build the cpufunc_asm_* files based on the cpu type, not which config file 2015-03-29 22:43:39 +00:00
i81342_mcu.c trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00
i81342_pci.c Remove all #include <machine/pmap.h> from arm code. It's already 2013-10-27 00:51:46 +00:00
i81342_space.c Use the base arm bus_space instead of an identical local copy. 2015-01-21 05:10:23 +00:00
i81342.c Unify interrupts bit definition and usage. While here remove PSR_C_bit. 2014-09-10 15:25:15 +00:00
i81342reg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
i81342var.h
iq81342_7seg.c trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00
iq81342reg.h
iq81342var.h
obio.c Use the base arm bus_space instead of an identical local copy. 2015-01-21 05:05:07 +00:00
obiovar.h Use the base arm bus_space instead of an identical local copy. 2015-01-21 05:05:07 +00:00
std.crb
std.i81342 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
uart_bus_i81342.c
uart_cpu_i81342.c Use the base arm bus_space instead of an identical local copy. 2015-01-21 05:05:07 +00:00