]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen/smp: Remove unnecessary call to smp_processor_id()
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Thu, 22 Mar 2012 12:59:24 +0000 (18:29 +0530)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 6 Apr 2012 16:13:30 +0000 (12:13 -0400)
commite8c9e788f493d3236809e955c9fc12625a461e09
treeef64765210cbd212a3e3a82403e0285cc2dff114
parent2531d64b6fe2724dc432b67d8dc66bd45621da0b
xen/smp: Remove unnecessary call to smp_processor_id()

There is an extra and unnecessary call to smp_processor_id()
in cpu_bringup(). Remove it.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/smp.c