Kernel: Simplify dump_backtrace() API for clients.

It makes no sense that clients had to worry about whether or not KSyms
were loaded.
This commit is contained in:
Andreas Kling 2019-05-16 13:41:16 +02:00
commit 2f4e7edee5
Notes: sideshowbarker 2024-07-19 14:07:00 +09:00
6 changed files with 10 additions and 11 deletions

View file

@ -16,4 +16,4 @@ extern bool ksyms_ready;
extern dword ksym_lowest_address;
extern dword ksym_highest_address;
void dump_backtrace(bool use_ksyms);
void dump_backtrace();