On Fri, 2022-08-05 at 10:30 -0700, ira.weiny@intel.com wrote: > From: Ira Weiny > > Some architectures have auxiliary pt_regs space available to store > information on the stack during exceptions.  This information is > easier > to obtain and store within C code rather than in arch specific > assembly. > > Define empty calls to architecture specific save and restore > auxiliary > pt_regs functions.  Call these functions on generic entry/exit. > > NOTE: Due to the split nature of the Xen exit code > irqentry_exit_cond_resched() requires an unbalanced call to > arch_restore_aux_pt_regs(). > > Cc: Rik van Riel > Cc: Dave Hansen > Cc: Borislav Petkov > Signed-off-by: Ira Weiny > Acked-by: Rik van Riel -- All Rights Reversed.