kernel: abolish _default_esf
NANO_ESF parameters may now be NULL, indicating that no exception frame is available. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
71ce8ceb18
commit
5623637a48
17 changed files with 58 additions and 141 deletions
|
@ -9,13 +9,6 @@
|
|||
|
||||
#include <arch/cpu.h>
|
||||
|
||||
/* TODO Items:
|
||||
*
|
||||
* - Delete default_esf everywhere, just pass a NULL pointer around in that
|
||||
* situation
|
||||
*
|
||||
*/
|
||||
|
||||
enum k_fatal_error_reason {
|
||||
/** Generic CPU exception, not covered by other codes */
|
||||
K_ERR_CPU_EXCEPTION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue