-.section .text
- isr_template FAULT_DIVISION_ERROR
- isr_template FAULT_GENERAL_PROTECTION, no_error_code=0
- isr_template FAULT_PAGE_FAULT, no_error_code=0
- isr_template FAULT_STACK_SEG_FAULT, no_error_code=0
+/*
+ This perhaps the ugliest part in the project.
+ It contains code to handle arbitrary depth of
+ nested interrupt and all those corner cases and
+ nasty gotchas.