mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 14:21:35 +00:00
The current use of atomics can lead to test failures, as tests (such as
tests/shell/record.sh) search for samples with "test_loop" as the
top-most stack frame, but find frames related to the atomic operation
(e.g. __aarch64_ldadd4_relax).
This change simply removes the "count" variable, as it is not necessary.
Fixes:
|
||
|---|---|---|
| .. | ||
| brstack.c | ||
| Build | ||
| datasym.c | ||
| leafloop.c | ||
| noploop.c | ||
| sqrtloop.c | ||
| thloop.c | ||