[PATCH] MCA/INIT: use per cpu stacks
The bulk of the change. Use per cpu MCA/INIT stacks. Change the SAL to OS state (sos) to be per process. Do all the assembler work on the MCA/INIT stacks, leaving the original stack alone. Pass per cpu state data to the C handlers for MCA and INIT, which also means changing the mca_drv interfaces slightly. Lots of verification on whether the original stack is usable before converting it to a sleeping process. Signed-off-by:Keith Owens <kaos@sgi.com> Signed-off-by:
Tony Luck <tony.luck@intel.com>
Showing
- arch/ia64/kernel/asm-offsets.c 32 additions, 8 deletionsarch/ia64/kernel/asm-offsets.c
- arch/ia64/kernel/mca.c 505 additions, 316 deletionsarch/ia64/kernel/mca.c
- arch/ia64/kernel/mca_asm.S 718 additions, 640 deletionsarch/ia64/kernel/mca_asm.S
- arch/ia64/kernel/mca_drv.c 17 additions, 20 deletionsarch/ia64/kernel/mca_drv.c
- include/asm-ia64/mca.h 64 additions, 38 deletionsinclude/asm-ia64/mca.h
- include/asm-ia64/mca_asm.h 27 additions, 98 deletionsinclude/asm-ia64/mca_asm.h
Loading
Please register or sign in to comment