On Fri, 31 Jan 2025, Ivan Kokshaysky wrote:
do_page_fault() and do_entUna() are special because they use non-standard stack frame layout. Fix them manually.
We could reuse `struct switch_stack' here and clean up this stuff a little, but I guess it can be done later, when we've run out of more serious issues. LGTM then.
Reviewed-by: Maciej W. Rozycki macro@orcam.me.uk
Maciej