aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-04-20 09:05:54 -0400
committerThomas Gleixner <tglx@linutronix.de>2012-04-26 06:06:12 -0400
commitea0588cb6b201c38b0120c4ad38bc548d5dde29a (patch)
tree9debf340ff58725e4d5b7c0f6bd7283d35cc125c /arch/sh/include/asm
parent6bba2682c62e432eaf7b82f8ca182e8c73256e74 (diff)
sh: Use generic idle thread allocation
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Link: http://lkml.kernel.org/r/20120420124557.855203626@linutronix.de
Diffstat (limited to 'arch/sh/include/asm')
-rw-r--r--arch/sh/include/asm/processor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h
index a229c393826..6d87912415a 100644
--- a/arch/sh/include/asm/processor.h
+++ b/arch/sh/include/asm/processor.h
@@ -85,10 +85,6 @@ struct sh_cpuinfo {
85 struct tlb_info itlb; 85 struct tlb_info itlb;
86 struct tlb_info dtlb; 86 struct tlb_info dtlb;
87 87
88#ifdef CONFIG_SMP
89 struct task_struct *idle;
90#endif
91
92 unsigned int phys_bits; 88 unsigned int phys_bits;
93 unsigned long flags; 89 unsigned long flags;
94} __attribute__ ((aligned(L1_CACHE_BYTES))); 90} __attribute__ ((aligned(L1_CACHE_BYTES)));