freebsd-dev/sys/arm/xscale/i8134x
Zbigniew Bodek 721555e7ee Fix KSTACK_PAGES issue when the default value was changed in KERNCONF
If KSTACK_PAGES was changed to anything alse than the default,
the value from param.h was taken instead in some places and
the value from KENRCONF in some others. This resulted in
inconsistency which caused corruption in SMP envorinment.

Ensure all places where KSTACK_PAGES are used the opt_kstack_pages.h
is included.

The file opt_kstack_pages.h could not be included in param.h
because was breaking the toolchain compilation.

Reviewed by:   kib
Obtained from: Semihalf
Sponsored by:  The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3094
2015-07-16 10:46:52 +00:00
..
crb_machdep.c Fix KSTACK_PAGES issue when the default value was changed in KERNCONF 2015-07-16 10:46:52 +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