summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
diff options
context:
space:
mode:
authorMike Travis <travis@sgi.com>2009-01-11 06:58:10 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-11 19:13:09 +0100
commit0e21990ae7ee11af94f44f240b06e520cf1505d4 (patch)
tree759edecf00072c61f0640f317d736b1eccd53f19 /drivers/firmware
parentx86: change flush_tlb_others to take a const struct cpumask (diff)
downloadlinux-0e21990ae7ee11af94f44f240b06e520cf1505d4.tar.xz
linux-0e21990ae7ee11af94f44f240b06e520cf1505d4.zip
SGI UV cpumask: use static temp cpumask in flush_tlb
Impact: Improve tlb flush performance for UV Calling alloc_cpumask_var a zillion times a second does affect performance. Replace with static cpumask. Note: when CONFIG_X86_UV is defined, this extra PER_CPU memory will be optimized out for non-UV configs as is_uv_system() will then return a constant 0. Signed-off-by: Mike Travis <travis@sgi.com>
Diffstat (limited to 'drivers/firmware')
0 files changed, 0 insertions, 0 deletions