[PATCH 14/15] ptwalk: inline pmd_range and pud_range

2005-03-09 Thread Hugh Dickins
As a general rule, ask the compiler to inline action_on_pmd_range and action_on_pud_range: they're none very interesting, and it has a better chance of eliding them that way. But conversely, it helps debug traces if action_on_pte_range and top action_on_page_range remain uninlined.

[PATCH 14/15] ptwalk: inline pmd_range and pud_range

2005-03-09 Thread Hugh Dickins
As a general rule, ask the compiler to inline action_on_pmd_range and action_on_pud_range: they're none very interesting, and it has a better chance of eliding them that way. But conversely, it helps debug traces if action_on_pte_range and top action_on_page_range remain uninlined.