projects
/
akaros.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rename backtrace_kframe -> backtrace_hwtf [2/2]
[akaros.git]
/
kern
/
arch
/
x86
/
init.c
diff --git
a/kern/arch/x86/init.c
b/kern/arch/x86/init.c
index
b724360
..
fe35276
100644
(file)
--- a/
kern/arch/x86/init.c
+++ b/
kern/arch/x86/init.c
@@
-42,7
+42,7
@@
static void irq_console(struct hw_trapframe *hw_tf, void *data)
return;
}
print_trapframe(hw_tf);
- backtrace_
kframe
(hw_tf);
+ backtrace_
hwtf
(hw_tf);
return;
}
/* Do our work in an RKM, instead of interrupt context. Note the RKM will