opnsense-src/sys/riscv
Kyle Evans 9a45e76cfd arm64, riscv: size boot stacks appropriately
In 8db2e8fd16 ("Remove the secondary_stacks array in arm64 [...]"),
bootstacks was setup to be allocated dynamically.  While this is
generally how x86 does it, it inadvertently shrunk each boot stack from
KSTACK_PAGES pages to a single page.

Resize these back up to the expected size using the kstack_pages
tunable, as we'll need larger stacks with upcoming sanitizer work.

Reviewed by:	andrew, imp, markj
Fixes:	8db2e8fd16 ("Remove the secondary_stacks array [...]")
Sponsored by:	Juniper Networks, Inc.
Sponsored by:	Klara, Inc.

(cherry picked from commit bab32a8029)
2022-09-18 01:26:39 -05:00
..
allwinner aw_wdog: support Allwinner D1 watchdog 2022-05-16 10:34:04 -03:00
conf aw_wdog: support Allwinner D1 watchdog 2022-05-16 10:34:04 -03:00
include riscv: implement db_show_mdpcpu() 2022-08-11 11:21:41 -03:00
riscv arm64, riscv: size boot stacks appropriately 2022-09-18 01:26:39 -05:00
sifive sifive_spi: Add missing case for SPIBUS_MODE_NONE 2021-09-07 13:08:20 +01:00