diff options
| author | Jeremy Fitzhardinge <[email protected]> | 2008-06-25 00:19:11 -0400 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2008-07-08 13:10:59 +0200 |
| commit | 67350a5c4514c280665cdb45439d32a008a264ba (patch) | |
| tree | 94a1b3e3c73bb1c2b68d72d39b26a83f5fdeb28e /tools/perf/scripts/python | |
| parent | 15878c0b21b7b04a08108e9027ebbbd68a2502e0 (diff) | |
x86: simplify vmalloc_sync_all
vmalloc_sync_all() is only called from register_die_notifier and
alloc_vm_area. Neither is on any performance-critical paths, so
vmalloc_sync_all() itself is not on any hot paths.
Given that the optimisations in vmalloc_sync_all add a fair amount of
code and complexity, and are fairly hard to evaluate for correctness,
it's better to just remove them to simplify the code rather than worry
about its absolute performance.
Signed-off-by: Jeremy Fitzhardinge <[email protected]>
Cc: xen-devel <[email protected]>
Cc: Stephen Tweedie <[email protected]>
Cc: Eduardo Habkost <[email protected]>
Cc: Mark McLoughlin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions