cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.c
authorMike Travis <travis@sgi.com>
Tue, 15 Jul 2008 21:14:32 +0000 (14:14 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 18 Jul 2008 20:02:58 +0000 (22:02 +0200)
commitc42f4f4c6dab3b2b7768c36173ee7c7ecf79eddb
tree7da78022bd838f29f0ed39c6aa5b782671fecd7f
parentcb6d2be60dc3ec9ac788f45d8e24b82a9faacdd9
cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.c

  * Optimize various places where a pointer to the cpumask_of_cpu value
    will result in reducing stack pressure.

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/ldt.c