Added check to ensure KDL does not include frames beyond kernel entry in the backtrace. This prevents KDL from faulting when printing backtrace on ARM.

This commit is contained in:
Arvind S Raj
2014-09-02 13:39:57 +02:00
committed by PulkoMandy
parent 23b891504c
commit 3fbb24680c
3 changed files with 11 additions and 12 deletions
@@ -9,7 +9,7 @@
// memory layout
#define KERNEL_BASE 0x80000000
#define KERNEL_SIZE 0x80000000
#define KERNEL_SIZE 0x800000
#define KERNEL_TOP (KERNEL_BASE + (KERNEL_SIZE - 1))
/*