Skip to content
Snippets Groups Projects
Commit 546336d1 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

*** empty log message ***

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@976 6dcd42c9-f523-4c6d-aada-af552506706e
parent 6ee62bc8
No related branches found
No related tags found
No related merge requests found
--- linux-2.6.23-old/arch/x86_64/kernel/smpboot.c 2007-10-09 13:31:38.000000000 -0700
+++ linux-2.6.23/arch/x86_64/kernel/smpboot.c 2009-03-06 10:47:26.000000000 -0800
@@ -1045,6 +1045,7 @@
+++ linux-2.6.23/arch/x86_64/kernel/smpboot.c 2009-03-09 10:23:09.000000000 -0700
@@ -961,6 +961,13 @@
return err;
}
+int my_cpu_init(unsigned int cpu)
+{
+ return __cpu_up(cpu);
+}
+
+EXPORT_SYMBOL(my_cpu_init);
+
/*
* Finish the SMP boot.
*/
@@ -1045,6 +1052,7 @@
fixup_irqs(cpu_online_map);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment