Revert "print kernel stacktrace for exceptions in kernel"
This reverts commit eff1369cab.
This was in a working branch and I only intended to commit
exception.c. But I committed the exact inverse. Sorry.
This commit is contained in:
@@ -37,7 +37,6 @@ struct fpu_state_s {
|
||||
/* fpu_image includes 512 bytes of image itself and
|
||||
* additional 15 bytes required for manual 16-byte alignment. */
|
||||
char fpu_image[527];
|
||||
u32_t checksum;
|
||||
};
|
||||
|
||||
#define INMEMORY(p) (!p->p_seg.p_cr3 || get_cpulocal_var(ptproc) == p)
|
||||
|
||||
Reference in New Issue
Block a user