]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/smpboot.c
net: sctp: reorder sctp_globals to reduce cacheline usage
[karo-tx-linux.git] / kernel / smpboot.c
index 02fc5c9336735a834378dbbb6fff8e57b919b0fa..eb89e1807408575257b8ea60b64559b1adf8afde 100644 (file)
@@ -24,7 +24,7 @@
  */
 static DEFINE_PER_CPU(struct task_struct *, idle_threads);
 
-struct task_struct * __cpuinit idle_thread_get(unsigned int cpu)
+struct task_struct *idle_thread_get(unsigned int cpu)
 {
        struct task_struct *tsk = per_cpu(idle_threads, cpu);