summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Don't send RESCHEDULE_VECTOR to offlined cpusGautham R Shenoy2008-04-171-1/+4
| | | | | | | | In the x86 native_smp_send_reschedule_function(), don't send the IPI if the cpu has gone offline already. Warn nevertheless!! Signed-off-by: Gautham R Shenoy <ego@in.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: get rid of smp_32.c and smp_64.cGlauber Costa2008-04-171-0/+91
| | | | | | | | | This patch merges the copyright notices, and valuable comments that were left back on smp_{32,64}.c. With that, files are empty, and are deleted Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: create smp.cGlauber Costa2008-04-171-0/+253
this patch moves all the functions and data structures that look like exactly the same from smp_{32,64}.c to smp.c Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>