mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 23:26:03 -04:00
This ports the algorithm from x86-64 (with improvements) to i386. Previously this only worked for frame pointer enabled kernels. But spinlocks have a very simple stack frame that can be manually analyzed. Do this. Signed-off-by: Andi Kleen <ak@suse.de>