aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorMike Rapoport <[email protected]>2022-02-03 20:49:29 -0800
committerLinus Torvalds <[email protected]>2022-02-04 09:25:05 -0800
commit314c459a6fe0957b5885fbc65c53d51444092880 (patch)
tree86f40b7b2bf599feffc6c7b1c06d7caac84bd4f6 /scripts/gdb/linux/tasks.py
parent80110bbfbba6f0078d5a1cbc8df004506db8ffe5 (diff)
mm/pgtable: define pte_index so that preprocessor could recognize it
Since commit 974b9b2c68f3 ("mm: consolidate pte_index() and pte_offset_*() definitions") pte_index is a static inline and there is no define for it that can be recognized by the preprocessor. As a result, vm_insert_pages() uses slower loop over vm_insert_page() instead of insert_pages() that amortizes the cost of spinlock operations when inserting multiple pages. Link: https://lkml.kernel.org/r/[email protected] Fixes: 974b9b2c68f3 ("mm: consolidate pte_index() and pte_offset_*() definitions") Signed-off-by: Mike Rapoport <[email protected]> Reported-by: Christian Dietrich <[email protected]> Reviewed-by: Khalid Aziz <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions