summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2024-03-27 23:46:34 +0500
committerShuah Khan <skhan@linuxfoundation.org>2024-05-06 13:57:19 -0600
commit113ad23f6e5bd77636e6fafec3b29563398faf48 (patch)
treed9aa359ffcf5b7b5a4a75193b12456daee71f592 /scripts/gdb/linux/proc.py
parentd6283d08c75b2d403fd05feb9bbe79e063db391c (diff)
selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocks
There are multiple #ifdef blocks inside functions where they return just 0 if #ifdef is false. This makes number of tests counting difficult. Move those functions inside one #ifdef block and move all of them together. This is preparatory patch for next patch to convert this into TAP format. So in this patch, we are just moving functions around without any changes. With and without this patch, the output of this patch is same. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions