You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'pm-opp' into pm-cpufreq
This commit is contained in:
@@ -125,6 +125,13 @@ check_stack(unsigned long ip, unsigned long *stack)
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
* Some archs may not have the passed in ip in the dump.
|
||||
* If that happens, we need to show everything.
|
||||
*/
|
||||
if (i == stack_trace_max.nr_entries)
|
||||
i = 0;
|
||||
|
||||
/*
|
||||
* Now find where in the stack these are.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user